Package | Description |
---|---|
org.apache.flink.runtime.scheduler | |
org.apache.flink.runtime.scheduler.adaptivebatch | |
org.apache.flink.runtime.scheduler.strategy |
Modifier and Type | Class and Description |
---|---|
class |
DefaultScheduler
The future default scheduler.
|
Modifier and Type | Class and Description |
---|---|
class |
AdaptiveBatchScheduler
This scheduler decides the parallelism of JobVertex according to the data volume it consumes.
|
Modifier and Type | Method and Description |
---|---|
SchedulingStrategy |
VertexwiseSchedulingStrategy.Factory.createInstance(SchedulerOperations schedulerOperations,
SchedulingTopology schedulingTopology) |
SchedulingStrategy |
PipelinedRegionSchedulingStrategy.Factory.createInstance(SchedulerOperations schedulerOperations,
SchedulingTopology schedulingTopology) |
SchedulingStrategy |
SchedulingStrategyFactory.createInstance(SchedulerOperations schedulerOperations,
SchedulingTopology schedulingTopology) |
Constructor and Description |
---|
PipelinedRegionSchedulingStrategy(SchedulerOperations schedulerOperations,
SchedulingTopology schedulingTopology) |
VertexwiseSchedulingStrategy(SchedulerOperations schedulerOperations,
SchedulingTopology schedulingTopology) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.