Uses of Interface
org.apache.drill.exec.resourcemgr.config.QueryQueueConfig
Package
Description
This package contains the configuration components of ResourceManagement feature in Drill.
-
Uses of QueryQueueConfig in org.apache.drill.exec.resourcemgr.config
Modifier and TypeClassDescriptionclass
Parses and initialize QueueConfiguration for aResourcePool
.Modifier and TypeMethodDescriptionResourcePool.getQueryQueue()
Only valid for leaf pool.ResourcePoolImpl.getQueryQueue()
If this a leaf pool then returns theQueryQueueConfig
for the queue associated with this poolResourcePoolTree.selectOneQueue
(QueryContext queryContext, NodeResources queryMaxNodeResource) ResourcePoolTreeImpl.selectOneQueue
(QueryContext queryContext, NodeResources queryMaxNodeResource) Selects a leaf queue out of all the possibles leaf queues returned byResourcePoolTree.selectAllQueues(QueryContext)
for a given query based on the configuredQueueSelectionPolicy
.Modifier and TypeMethodDescriptionResourcePoolTree.getAllLeafQueues()
ResourcePoolTreeImpl.getAllLeafQueues()