Class PartitionInfo
- java.lang.Object
-
- org.apache.flink.runtime.executiongraph.PartitionInfo
-
- All Implemented Interfaces:
Serializable
public class PartitionInfo extends Object implements Serializable
Contains information where to find a partition. The partition is defined by theIntermediateDataSetID
and the partition is specified byShuffleDescriptor
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PartitionInfo(IntermediateDataSetID intermediateResultPartitionID, ShuffleDescriptor shuffleDescriptor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntermediateDataSetID
getIntermediateDataSetID()
ShuffleDescriptor
getShuffleDescriptor()
-
-
-
Constructor Detail
-
PartitionInfo
public PartitionInfo(IntermediateDataSetID intermediateResultPartitionID, ShuffleDescriptor shuffleDescriptor)
-
-
Method Detail
-
getIntermediateDataSetID
public IntermediateDataSetID getIntermediateDataSetID()
-
getShuffleDescriptor
public ShuffleDescriptor getShuffleDescriptor()
-
-