Class PartitionInfo
java.lang.Object
org.apache.flink.runtime.executiongraph.PartitionInfo
- All Implemented Interfaces:
Serializable
Contains information where to find a partition. The partition is defined by the
IntermediateDataSetID and the partition is specified by ShuffleDescriptor.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPartitionInfo(IntermediateDataSetID intermediateResultPartitionID, ShuffleDescriptor shuffleDescriptor) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
PartitionInfo
public PartitionInfo(IntermediateDataSetID intermediateResultPartitionID, ShuffleDescriptor shuffleDescriptor)
-
-
Method Details
-
getIntermediateDataSetID
-
getShuffleDescriptor
-