Class StreamBlockId

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

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

    • StreamBlockId

      public StreamBlockId(int streamId, long uniqueId)
  • Method Details

    • apply

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

      public static String toString()
    • streamId

      public int streamId()
    • uniqueId

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