public interface SchedulingResultPartition extends Result<ExecutionVertexID,IntermediateResultPartitionID,SchedulingExecutionVertex,SchedulingResultPartition>
IntermediateResultPartition
.Modifier and Type | Method and Description |
---|---|
List<ConsumedPartitionGroup> |
getConsumedPartitionGroups()
Gets the
ConsumedPartitionGroup s this partition belongs to. |
List<ConsumerVertexGroup> |
getConsumerVertexGroups()
Gets the
ConsumerVertexGroup s. |
IntermediateDataSetID |
getResultId()
Gets id of the intermediate result.
|
ResultPartitionState |
getState()
Gets the
ResultPartitionState . |
getId, getProducer, getResultType
IntermediateDataSetID getResultId()
ResultPartitionState getState()
ResultPartitionState
.List<ConsumerVertexGroup> getConsumerVertexGroups()
ConsumerVertexGroup
s.ConsumerVertexGroup
sList<ConsumedPartitionGroup> getConsumedPartitionGroups()
ConsumedPartitionGroup
s this partition belongs to.ConsumedPartitionGroup
sCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.