| Package | Description |
|---|---|
| org.apache.drill.exec.work.foreman.rm |
Provides resource management and queuing support for the Drill foreman.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
QueryResourceManager
Extends a
QueryResourceAllocator to provide queueing support. |
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultResourceManager.DefaultQueryResourceManager |
static class |
DefaultResourceManager.DefaultResourceAllocator |
static class |
ThrottledResourceManager.QueuedQueryResourceManager
Per-query resource manager.
|
static class |
ThrottledResourceManager.QueuedResourceAllocator |
| Modifier and Type | Method and Description |
|---|---|
QueryResourceAllocator |
ThrottledResourceManager.newResourceAllocator(QueryContext queryContext) |
QueryResourceAllocator |
ResourceManager.newResourceAllocator(QueryContext queryContext)
Create a resource manager to prepare or describe a query.
|
QueryResourceAllocator |
DynamicResourceManager.newResourceAllocator(QueryContext queryContext) |
QueryResourceAllocator |
DefaultResourceManager.newResourceAllocator(QueryContext queryContext) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.