| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.executiongraph.failover.flip1.partitionrelease | |
| org.apache.flink.runtime.scheduler.adapter | |
| org.apache.flink.runtime.scheduler.strategy |
| 限定符和类型 | 类和说明 |
|---|---|
class |
RegionPartitionGroupReleaseStrategy
Releases blocking intermediate result partitions that are incident to a
SchedulingPipelinedRegion, as soon as the region's execution vertices are finished. |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DefaultExecutionTopology.registerSchedulingTopologyListener(SchedulingTopologyListener listener) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
VertexwiseSchedulingStrategy
SchedulingStrategy instance which schedules tasks in granularity of vertex (which
indicates this strategy only supports ALL_EDGES_BLOCKING batch jobs). |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SchedulingTopology.registerSchedulingTopologyListener(SchedulingTopologyListener listener)
Register a scheduling topology listener.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.