Uses of Class
org.apache.drill.exec.resourcemgr.config.selectionpolicy.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
Modifier and TypeClassDescriptionclass
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.