Class ResultSubpartitionInfo
- java.lang.Object
-
- org.apache.flink.runtime.checkpoint.channel.ResultSubpartitionInfo
-
- All Implemented Interfaces:
Serializable
@Internal public class ResultSubpartitionInfo extends Object implements Serializable
IdentifiesResultSubpartitionin a given subtask. Note thatIntermediateResultPartitionIDcan not be used because it: a) identifies the wholeResultPartitionb) 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 booleanequals(Object o)intgetPartitionIdx()intgetSubPartitionIdx()inthashCode()StringtoString()
-