Class TieredStorageSubpartitionId
- java.lang.Object
-
- org.apache.flink.runtime.io.network.partition.hybrid.tiered.common.TieredStorageSubpartitionId
-
- All Implemented Interfaces:
Serializable,TieredStorageDataIdentifier
public class TieredStorageSubpartitionId extends Object implements TieredStorageDataIdentifier, Serializable
Identifier of a subpartition.A subpartition is equivalent to a subpartition in Flink.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TieredStorageSubpartitionId(int subpartitionId)
-