Uses of Interface
org.apache.drill.exec.resourcemgr.config.selectionpolicy.QueueSelectionPolicy
Package
Description
This package contains the configuration components of ResourceManagement feature in Drill.
Defines all the selection policy implementation which can be configured with Resource Management.
-
Uses of QueueSelectionPolicy in org.apache.drill.exec.resourcemgr.config
Modifier and TypeMethodDescriptionResourcePoolTree.getSelectionPolicyInUse()
ResourcePoolTreeImpl.getSelectionPolicyInUse()
-
Uses of QueueSelectionPolicy in org.apache.drill.exec.resourcemgr.config.selectionpolicy
Modifier and TypeClassDescriptionclass
class
Helps to select a queue whoseQueryQueueConfig.getMaxQueryMemoryInMBPerNode()
is nearest to the max memory on a node required by the given query.class
Helps to select the first default queue in the list of all the provided queues.class
Randomly selects a queue from the list of all the provided queues.Modifier and TypeMethodDescriptionstatic QueueSelectionPolicy
QueueSelectionPolicyFactory.createSelectionPolicy
(QueueSelectionPolicy.SelectionPolicy policy)