Uses of Enum
org.apache.drill.exec.resourcemgr.config.selectionpolicy.QueueSelectionPolicy.SelectionPolicy
Packages that use QueueSelectionPolicy.SelectionPolicy
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.SelectionPolicy in org.apache.drill.exec.resourcemgr.config
Fields in org.apache.drill.exec.resourcemgr.config declared as QueueSelectionPolicy.SelectionPolicyModifier and TypeFieldDescriptionstatic final QueueSelectionPolicy.SelectionPolicy
RMCommonDefaults.ROOT_POOL_DEFAULT_QUEUE_SELECTION_POLICY
-
Uses of QueueSelectionPolicy.SelectionPolicy in org.apache.drill.exec.resourcemgr.config.selectionpolicy
Methods in org.apache.drill.exec.resourcemgr.config.selectionpolicy that return QueueSelectionPolicy.SelectionPolicyModifier and TypeMethodDescriptionAbstractQueueSelectionPolicy.getSelectionPolicy()
QueueSelectionPolicy.getSelectionPolicy()
Returns the enum constant of this type with the specified name.static QueueSelectionPolicy.SelectionPolicy[]
QueueSelectionPolicy.SelectionPolicy.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.drill.exec.resourcemgr.config.selectionpolicy with parameters of type QueueSelectionPolicy.SelectionPolicyModifier and TypeMethodDescriptionstatic QueueSelectionPolicy
QueueSelectionPolicyFactory.createSelectionPolicy
(QueueSelectionPolicy.SelectionPolicy policy) Constructors in org.apache.drill.exec.resourcemgr.config.selectionpolicy with parameters of type QueueSelectionPolicy.SelectionPolicyModifierConstructorDescriptionAbstractQueueSelectionPolicy
(QueueSelectionPolicy.SelectionPolicy selectionPolicy)