Package | Description |
---|---|
com.facebook.presto.execution.scheduler |
Modifier and Type | Class and Description |
---|---|
class |
DynamicSplitPlacementPolicy |
static class |
FixedSourcePartitionedScheduler.BucketedSplitPlacementPolicy |
Modifier and Type | Method and Description |
---|---|
static SourceScheduler |
SourcePartitionedScheduler.newSourcePartitionedSchedulerAsSourceScheduler(SqlStageExecution stage,
PlanNodeId partitionedNode,
SplitSource splitSource,
SplitPlacementPolicy splitPlacementPolicy,
int splitBatchSize,
boolean groupedExecution)
Obtains a
SourceScheduler suitable for use in FixedSourcePartitionedScheduler. |
static StageScheduler |
SourcePartitionedScheduler.newSourcePartitionedSchedulerAsStageScheduler(SqlStageExecution stage,
PlanNodeId partitionedNode,
SplitSource splitSource,
SplitPlacementPolicy splitPlacementPolicy,
int splitBatchSize)
Obtains an instance of
SourcePartitionedScheduler suitable for use as a
stage scheduler. |
Copyright © 2012–2022. All rights reserved.