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 Details

    • TieredStorageSubpartitionId

      public TieredStorageSubpartitionId(int subpartitionId)
  • Method Details

    • getSubpartitionId

      public int getSubpartitionId()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object that)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object