Uses of Class
org.apache.drill.exec.work.foreman.rm.QueryQueue.QueueTimeoutException
Package
Description
Provides resource management and queuing support for the Drill foreman.
-
Uses of QueryQueue.QueueTimeoutException in org.apache.drill.exec.work.foreman.rm
Modifier and TypeMethodDescriptionvoid
QueryResourceManager.admit()
Admit the query into the cluster.void
ThrottledResourceManager.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.