public static class LocalExecutionPlanner.LocalExecutionPlan extends Object
| Constructor and Description |
|---|
LocalExecutionPlan(List<DriverFactory> driverFactories,
List<PlanNodeId> partitionedSourceOrder,
StageExecutionDescriptor stageExecutionDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
List<DriverFactory> |
getDriverFactories() |
List<PlanNodeId> |
getPartitionedSourceOrder() |
StageExecutionDescriptor |
getStageExecutionDescriptor() |
public LocalExecutionPlan(List<DriverFactory> driverFactories, List<PlanNodeId> partitionedSourceOrder, StageExecutionDescriptor stageExecutionDescriptor)
public List<DriverFactory> getDriverFactories()
public List<PlanNodeId> getPartitionedSourceOrder()
public StageExecutionDescriptor getStageExecutionDescriptor()
Copyright © 2012–2019. All rights reserved.