Package | Description |
---|---|
org.apache.drill.exec.work.foreman.rm |
Provides resource management and queuing support for the Drill foreman.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryResourceManager.admit()
Admit the query into the cluster.
|
void |
ThrottledResourceManager.QueuedQueryResourceManager.admit() |
QueryQueue.QueueLease |
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.
|
QueryQueue.QueueLease |
EmbeddedQueryQueue.enqueue(UserBitShared.QueryId queryId,
double cost) |
QueryQueue.QueueLease |
QueryQueue.enqueue(UserBitShared.QueryId queryId,
double cost)
Queue a query.
|
Copyright © 1970 The Apache Software Foundation. All rights reserved.