| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.scheduler | |
| org.apache.flink.runtime.scheduler.adaptivebatch | |
| org.apache.flink.runtime.scheduler.strategy |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultScheduler
The future default scheduler.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AdaptiveBatchScheduler
This scheduler decides the parallelism of JobVertex according to the data volume it consumes.
|
| 限定符和类型 | 方法和说明 |
|---|---|
SchedulingStrategy |
SchedulingStrategyFactory.createInstance(SchedulerOperations schedulerOperations,
SchedulingTopology schedulingTopology) |
SchedulingStrategy |
VertexwiseSchedulingStrategy.Factory.createInstance(SchedulerOperations schedulerOperations,
SchedulingTopology schedulingTopology) |
SchedulingStrategy |
PipelinedRegionSchedulingStrategy.Factory.createInstance(SchedulerOperations schedulerOperations,
SchedulingTopology schedulingTopology) |
| 构造器和说明 |
|---|
PipelinedRegionSchedulingStrategy(SchedulerOperations schedulerOperations,
SchedulingTopology schedulingTopology) |
VertexwiseSchedulingStrategy(SchedulerOperations schedulerOperations,
SchedulingTopology schedulingTopology) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.