case class ShuffleBlockChunkId(shuffleId: Int, shuffleMergeId: Int, reduceId: Int, chunkId: Int) extends BlockId with Product with Serializable
- Alphabetic
- By Inheritance
- ShuffleBlockChunkId
- Serializable
- Serializable
- Product
- Equals
- BlockId
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new ShuffleBlockChunkId(shuffleId: Int, shuffleMergeId: Int, reduceId: Int, chunkId: Int)
Value Members
-
def
asRDDId: Option[RDDBlockId]
- Definition Classes
- BlockId
- val chunkId: Int
-
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.
A globally unique identifier for this Block. Can be used for ser/de.
- Definition Classes
- ShuffleBlockChunkId → BlockId
- val reduceId: Int
- val shuffleId: Int
- val shuffleMergeId: Int
-
def
toString(): String
- Definition Classes
- BlockId → AnyRef → Any