public static class DefaultResourceManager.DefaultResourceAllocator extends Object implements QueryResourceAllocator
| Modifier | Constructor and Description |
|---|---|
protected |
DefaultResourceManager.DefaultResourceAllocator(QueryContext queryContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
visitAbstractPlan(PhysicalPlan plan)
Make any needed adjustments to the query plan before parallelization.
|
void |
visitPhysicalPlan(QueryWorkUnit work)
Provide the manager with the physical plan and node assignments
for the query to be run.
|
protected DefaultResourceManager.DefaultResourceAllocator(QueryContext queryContext)
public void visitAbstractPlan(PhysicalPlan plan)
QueryResourceAllocatorvisitAbstractPlan in interface QueryResourceAllocatorpublic void visitPhysicalPlan(QueryWorkUnit work)
QueryResourceAllocatorvisitPhysicalPlan in interface QueryResourceAllocatorCopyright © 2017 The Apache Software Foundation. All rights reserved.