| Package | Description |
|---|---|
| org.apache.drill.exec.resourcemgr.config |
This package contains the configuration components of ResourceManagement feature in Drill.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QueryQueueConfigImpl
Parses and initialize QueueConfiguration for a
ResourcePool. |
| Modifier and Type | Method and Description |
|---|---|
QueryQueueConfig |
ResourcePoolImpl.getQueryQueue()
If this a leaf pool then returns the
QueryQueueConfig for the queue associated with this pool |
QueryQueueConfig |
ResourcePool.getQueryQueue()
Only valid for leaf pool.
|
QueryQueueConfig |
ResourcePoolTree.selectOneQueue(QueryContext queryContext,
NodeResources queryMaxNodeResource) |
QueryQueueConfig |
ResourcePoolTreeImpl.selectOneQueue(QueryContext queryContext,
NodeResources queryMaxNodeResource)
Selects a leaf queue out of all the possibles leaf queues returned by
ResourcePoolTree.selectAllQueues(QueryContext) for a given query based on the configured
QueueSelectionPolicy. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,QueryQueueConfig> |
ResourcePoolTree.getAllLeafQueues() |
Map<String,QueryQueueConfig> |
ResourcePoolTreeImpl.getAllLeafQueues() |
Copyright © 2021 The Apache Software Foundation. All rights reserved.