Class CacheId

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

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

  • Method Details

    • apply

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

      public static String toString()
    • userId

      public String userId()
    • sessionId

      public String sessionId()
    • hash

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