| Package | Description |
|---|---|
| org.apache.drill.exec.resourcemgr.config.selectionpolicy |
Defines all the selection policy implementation which can be configured with Resource Management.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BestFitQueueSelection
Helps to select a queue whose
QueryQueueConfig.getMaxQueryMemoryInMBPerNode() is nearest to the max memory
on a node required by the given query. |
class |
DefaultQueueSelection
Helps to select the first default queue in the list of all the provided queues.
|
class |
RandomQueueSelection
Randomly selects a queue from the list of all the provided queues.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.