| Package | Description |
|---|---|
| org.apache.drill.exec.resourcemgr.config |
This package contains the configuration components of ResourceManagement feature in Drill.
|
| org.apache.drill.exec.resourcemgr.config.selectionpolicy |
Defines all the selection policy implementation which can be configured with Resource Management.
|
| Modifier and Type | Field and Description |
|---|---|
static QueueSelectionPolicy.SelectionPolicy |
RMCommonDefaults.ROOT_POOL_DEFAULT_QUEUE_SELECTION_POLICY |
| Modifier and Type | Method and Description |
|---|---|
QueueSelectionPolicy.SelectionPolicy |
AbstractQueueSelectionPolicy.getSelectionPolicy() |
QueueSelectionPolicy.SelectionPolicy |
QueueSelectionPolicy.getSelectionPolicy() |
static QueueSelectionPolicy.SelectionPolicy |
QueueSelectionPolicy.SelectionPolicy.valueOf(String name)
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 Type | Method and Description |
|---|---|
static QueueSelectionPolicy |
QueueSelectionPolicyFactory.createSelectionPolicy(QueueSelectionPolicy.SelectionPolicy policy) |
| Constructor and Description |
|---|
AbstractQueueSelectionPolicy(QueueSelectionPolicy.SelectionPolicy selectionPolicy) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.