case class CacheId(userId: String, sessionId: String, hash: String) extends BlockId with Product with Serializable
- Alphabetic
- By Inheritance
- CacheId
- Serializable
- Serializable
- Product
- Equals
- BlockId
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new CacheId(userId: String, sessionId: String, hash: String)
Value Members
-
def
asRDDId: Option[RDDBlockId]
- Definition Classes
- BlockId
- val hash: String
-
def
isBroadcast: Boolean
- Definition Classes
- BlockId
-
def
isRDD: Boolean
- Definition Classes
- BlockId
-
def
isShuffle: Boolean
- Definition Classes
- BlockId
-
def
isShuffleChunk: Boolean
- Definition Classes
- BlockId
-
def
name: String
A globally unique identifier for this Block.
- val sessionId: String
-
def
toString(): String
- Definition Classes
- BlockId → AnyRef → Any
- val userId: String