| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.scheduler | |
| org.apache.flink.runtime.scheduler.strategy |
| 限定符和类型 | 字段和说明 |
|---|---|
protected SchedulingStrategy |
DefaultScheduler.schedulingStrategy |
| 限定符和类型 | 类和说明 |
|---|---|
class |
PipelinedRegionSchedulingStrategy
SchedulingStrategy instance which schedules tasks in granularity of pipelined regions. |
class |
VertexwiseSchedulingStrategy
SchedulingStrategy instance which schedules tasks in granularity of vertex (which
indicates this strategy only supports ALL_EDGES_BLOCKING batch jobs). |
| 限定符和类型 | 方法和说明 |
|---|---|
SchedulingStrategy |
SchedulingStrategyFactory.createInstance(SchedulerOperations schedulerOperations,
SchedulingTopology schedulingTopology) |
SchedulingStrategy |
VertexwiseSchedulingStrategy.Factory.createInstance(SchedulerOperations schedulerOperations,
SchedulingTopology schedulingTopology) |
SchedulingStrategy |
PipelinedRegionSchedulingStrategy.Factory.createInstance(SchedulerOperations schedulerOperations,
SchedulingTopology schedulingTopology) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.