| Package | Description |
|---|---|
| io.prestosql.execution.scheduler | |
| io.prestosql.sql.planner |
| Modifier and Type | Method and Description |
|---|---|
static SqlQueryScheduler |
SqlQueryScheduler.createSqlQueryScheduler(QueryStateMachine queryStateMachine,
LocationFactory locationFactory,
StageExecutionPlan plan,
NodePartitioningManager nodePartitioningManager,
NodeScheduler nodeScheduler,
RemoteTaskFactory remoteTaskFactory,
Session session,
boolean summarizeTaskInfo,
int splitBatchSize,
ExecutorService queryExecutor,
ScheduledExecutorService schedulerExecutor,
FailureDetector failureDetector,
OutputBuffers rootOutputBuffers,
NodeTaskMap nodeTaskMap,
ExecutionPolicy executionPolicy,
SplitSchedulerStats schedulerStats) |
| Modifier and Type | Method and Description |
|---|---|
StageExecutionPlan |
DistributedExecutionPlanner.plan(SubPlan root,
Session session) |
StageExecutionPlan |
StageExecutionPlan.withBucketToPartition(Optional<int[]> bucketToPartition) |
| Modifier and Type | Method and Description |
|---|---|
List<StageExecutionPlan> |
StageExecutionPlan.getSubStages() |
| Constructor and Description |
|---|
StageExecutionPlan(PlanFragment fragment,
Map<PlanNodeId,SplitSource> splitSources,
List<StageExecutionPlan> subStages) |
Copyright © 2012–2019. All rights reserved.