Interface SchedulingResultPartition
- All Superinterfaces:
Result<ExecutionVertexID,IntermediateResultPartitionID, SchedulingExecutionVertex, SchedulingResultPartition>
public interface SchedulingResultPartition
extends Result<ExecutionVertexID,IntermediateResultPartitionID,SchedulingExecutionVertex,SchedulingResultPartition>
Representation of
IntermediateResultPartition.-
Method Summary
Modifier and TypeMethodDescriptionGets theConsumedPartitionGroups this partition belongs to.Gets theConsumerVertexGroups.Gets id of the intermediate result.getState()Gets theResultPartitionState.Methods inherited from interface org.apache.flink.runtime.topology.Result
getId, getProducer, getResultType
-
Method Details
-
getResultId
IntermediateDataSetID getResultId()Gets id of the intermediate result.- Returns:
- id of the intermediate result
-
getState
ResultPartitionState getState()Gets theResultPartitionState.- Returns:
- result partition state
-
getConsumerVertexGroups
List<ConsumerVertexGroup> getConsumerVertexGroups()Gets theConsumerVertexGroups.- Returns:
- list of
ConsumerVertexGroups
-
getConsumedPartitionGroups
List<ConsumedPartitionGroup> getConsumedPartitionGroups()Gets theConsumedPartitionGroups this partition belongs to.- Returns:
- list of
ConsumedPartitionGroups
-