Uses of Class
org.apache.drill.exec.resourcemgr.config.selectionpolicy.AbstractQueueSelectionPolicy
Packages that use AbstractQueueSelectionPolicy
Package
Description
Defines all the selection policy implementation which can be configured with Resource Management.
-
Uses of AbstractQueueSelectionPolicy in org.apache.drill.exec.resourcemgr.config.selectionpolicy
Subclasses of AbstractQueueSelectionPolicy in org.apache.drill.exec.resourcemgr.config.selectionpolicyModifier and TypeClassDescriptionclassHelps to select a queue whoseQueryQueueConfig.getMaxQueryMemoryInMBPerNode()is nearest to the max memory on a node required by the given query.classHelps to select the first default queue in the list of all the provided queues.classRandomly selects a queue from the list of all the provided queues.