public class NotReleasingPartitionGroupReleaseStrategy extends Object implements PartitionGroupReleaseStrategy
| 限定符和类型 | 类和说明 |
|---|---|
static class |
NotReleasingPartitionGroupReleaseStrategy.Factory
Factory for
NotReleasingPartitionGroupReleaseStrategy. |
| 构造器和说明 |
|---|
NotReleasingPartitionGroupReleaseStrategy() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 NotReleasingPartitionGroupReleaseStrategy()
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.