Class ShuffleBlockBatchId

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

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

    • ShuffleBlockBatchId

      public ShuffleBlockBatchId(int shuffleId, long mapId, int startReduceId, int endReduceId)
  • Method Details

    • apply

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

      public static String toString()
    • shuffleId

      public int shuffleId()
    • mapId

      public long mapId()
    • startReduceId

      public int startReduceId()
    • endReduceId

      public int endReduceId()
    • 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