Class ResultSubpartitionInfo
- java.lang.Object
-
- org.apache.flink.runtime.checkpoint.channel.ResultSubpartitionInfo
-
- All Implemented Interfaces:
Serializable
@Internal public class ResultSubpartitionInfo extends Object implements Serializable
IdentifiesResultSubpartition
in a given subtask. Note thatIntermediateResultPartitionID
can not be used because it: a) identifies the wholeResultPartition
b) is generated randomly.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResultSubpartitionInfo(int partitionIdx, int subPartitionIdx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
getPartitionIdx()
int
getSubPartitionIdx()
int
hashCode()
String
toString()
-