Class TaskResultBlockId

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

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

    • TaskResultBlockId

      public TaskResultBlockId(long taskId)
  • Method Details

    • apply

      public abstract static R apply(T1 v1)
    • toString

      public static String toString()
    • taskId

      public long taskId()
    • 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