public class RegionPartitionGroupReleaseStrategy extends Object implements PartitionGroupReleaseStrategy
SchedulingPipelinedRegion, as soon as the region's execution vertices are finished.| 限定符和类型 | 类和说明 |
|---|---|
static class |
RegionPartitionGroupReleaseStrategy.Factory
Factory for
PartitionGroupReleaseStrategy. |
| 构造器和说明 |
|---|
RegionPartitionGroupReleaseStrategy(SchedulingTopology schedulingTopology) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<ConsumedPartitionGroup> |
vertexFinished(ExecutionVertexID finishedVertex)
Calling this method informs the strategy that a vertex finished.
|
void |
vertexUnfinished(ExecutionVertexID executionVertexId)
Calling this method informs the strategy that a vertex is no longer in finished state, e.g.,
when a vertex is re-executed.
|
public RegionPartitionGroupReleaseStrategy(SchedulingTopology schedulingTopology)
public List<ConsumedPartitionGroup> vertexFinished(ExecutionVertexID finishedVertex)
PartitionGroupReleaseStrategyvertexFinished 在接口中 PartitionGroupReleaseStrategyfinishedVertex - Id of the vertex that finished the executionConsumedPartitionGroups that can be releasedpublic void vertexUnfinished(ExecutionVertexID executionVertexId)
PartitionGroupReleaseStrategyvertexUnfinished 在接口中 PartitionGroupReleaseStrategyexecutionVertexId - Id of the vertex that is no longer in finished state.Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.