Uses of Interface
org.apache.drill.exec.work.foreman.rm.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
Modifier 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.