Class BroadcastBlockId

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

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

    • BroadcastBlockId

      public BroadcastBlockId(long broadcastId, String field)
  • Method Details

    • apply

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

      public static String toString()
    • broadcastId

      public long broadcastId()
    • field

      public String field()
    • 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