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:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TieredStorageSubpartitionId
public TieredStorageSubpartitionId(int subpartitionId)
-
-
Method Details