Uses of Interface
org.apache.drill.exec.resourcemgr.config.selectionpolicy.QueueSelectionPolicy
Packages that use 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
Methods in org.apache.drill.exec.resourcemgr.config that return QueueSelectionPolicyModifier and TypeMethodDescriptionResourcePoolTree.getSelectionPolicyInUse()
ResourcePoolTreeImpl.getSelectionPolicyInUse()
-
Uses of QueueSelectionPolicy in org.apache.drill.exec.resourcemgr.config.selectionpolicy
Classes in org.apache.drill.exec.resourcemgr.config.selectionpolicy that implement QueueSelectionPolicyModifier 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.Methods in org.apache.drill.exec.resourcemgr.config.selectionpolicy that return QueueSelectionPolicyModifier and TypeMethodDescriptionstatic QueueSelectionPolicy
QueueSelectionPolicyFactory.createSelectionPolicy
(QueueSelectionPolicy.SelectionPolicy policy)