Uses of Interface
org.apache.drill.exec.work.foreman.rm.QueryQueue
Packages that use QueryQueue
Package
Description
Provides resource management and queuing support for the Drill foreman.
-
Uses of QueryQueue in org.apache.drill.exec.work.foreman.rm
Classes in org.apache.drill.exec.work.foreman.rm that implement QueryQueueModifier and TypeClassDescriptionclassDistributed query queue which uses a Zookeeper distributed semaphore to control queuing across the cluster.classQuery queue to be used in an embedded Drillbit.Methods in org.apache.drill.exec.work.foreman.rm that return QueryQueueConstructors in org.apache.drill.exec.work.foreman.rm with parameters of type QueryQueueModifierConstructorDescriptionThrottledResourceManager(DrillbitContext drillbitContext, QueryQueue queue)