Uses of Interface
org.apache.drill.exec.work.foreman.rm.QueryQueue.QueueLease
Packages that use QueryQueue.QueueLease
Package
Description
Provides resource management and queuing support for the Drill foreman.
-
Uses of QueryQueue.QueueLease in org.apache.drill.exec.work.foreman.rm
Classes in org.apache.drill.exec.work.foreman.rm that implement QueryQueue.QueueLeaseMethods in org.apache.drill.exec.work.foreman.rm that return QueryQueue.QueueLeaseModifier and TypeMethodDescriptionDistributedQueryQueue.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.