| 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 |
ThrottledResourceManager.QueuedQueryResourceManager.admit() |
void |
QueryResourceManager.admit()
Admit the query into the cluster.
|
QueryQueue.QueueLease |
QueryQueue.enqueue(UserBitShared.QueryId queryId,
double cost)
Queue a query.
|
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) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.