Uses of Interface
org.apache.drill.exec.resourcemgr.config.QueryQueueConfig
Packages that use QueryQueueConfig
Package
Description
This package contains the configuration components of ResourceManagement feature in Drill.
-
Uses of QueryQueueConfig in org.apache.drill.exec.resourcemgr.config
Classes in org.apache.drill.exec.resourcemgr.config that implement QueryQueueConfigModifier and TypeClassDescriptionclass
Parses and initialize QueueConfiguration for aResourcePool
.Methods in org.apache.drill.exec.resourcemgr.config that return QueryQueueConfigModifier 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
.Methods in org.apache.drill.exec.resourcemgr.config that return types with arguments of type QueryQueueConfigModifier and TypeMethodDescriptionResourcePoolTree.getAllLeafQueues()
ResourcePoolTreeImpl.getAllLeafQueues()