Class ShuffleIndexBlockId

Object
org.apache.spark.storage.BlockId
org.apache.spark.storage.ShuffleIndexBlockId
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product, scala.Serializable

public class ShuffleIndexBlockId extends BlockId implements scala.Product, scala.Serializable
See Also:
  • Constructor Details

    • ShuffleIndexBlockId

      public ShuffleIndexBlockId(int shuffleId, long mapId, int reduceId)
  • Method Details

    • apply

      public abstract static R apply(T1 v1, T2 v2, T3 v3)
    • toString

      public static String toString()
    • shuffleId

      public int shuffleId()
    • mapId

      public long mapId()
    • reduceId

      public int reduceId()
    • name

      public String name()
      Description copied from class: BlockId
      A globally unique identifier for this Block. Can be used for ser/de.
      Specified by:
      name in class BlockId