Uses of Enum
org.apache.drill.exec.resourcemgr.config.selectionpolicy.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
Modifier and TypeFieldDescriptionstatic final QueueSelectionPolicy.SelectionPolicy
RMCommonDefaults.ROOT_POOL_DEFAULT_QUEUE_SELECTION_POLICY
-
Uses of QueueSelectionPolicy.SelectionPolicy in org.apache.drill.exec.resourcemgr.config.selectionpolicy
Modifier 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.Modifier and TypeMethodDescriptionstatic QueueSelectionPolicy
QueueSelectionPolicyFactory.createSelectionPolicy
(QueueSelectionPolicy.SelectionPolicy policy) ModifierConstructorDescriptionAbstractQueueSelectionPolicy
(QueueSelectionPolicy.SelectionPolicy selectionPolicy)