Uses of Class
org.apache.drill.exec.work.foreman.rm.QueryQueue.QueryQueueException
Packages that use QueryQueue.QueryQueueException
Package
Description
Provides resource management and queuing support for the Drill foreman.
-
Uses of QueryQueue.QueryQueueException in org.apache.drill.exec.work.foreman.rm
Methods in org.apache.drill.exec.work.foreman.rm that throw QueryQueue.QueryQueueExceptionModifier and TypeMethodDescriptionvoidQueryResourceManager.admit()Admit the query into the cluster.voidThrottledResourceManager.QueuedQueryResourceManager.admit()DistributedQueryQueue.enqueue(UserBitShared.QueryId queryId, double cost) This limits the number of "small" and "large" queries that a Drill cluster will run simultaneously, if queuing is enabled.EmbeddedQueryQueue.enqueue(UserBitShared.QueryId queryId, double cost) QueryQueue.enqueue(UserBitShared.QueryId queryId, double cost) Queue a query.