case class ShuffleBlockBatchId(shuffleId: Int, mapId: Long, startReduceId: Int, endReduceId: Int) extends BlockId with Product with Serializable
- Alphabetic
- By Inheritance
- ShuffleBlockBatchId
- Serializable
- Serializable
- Product
- Equals
- BlockId
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new ShuffleBlockBatchId(shuffleId: Int, mapId: Long, startReduceId: Int, endReduceId: Int)
Value Members
-
def
asRDDId: Option[RDDBlockId]
- Definition Classes
- BlockId
- val endReduceId: 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
- val mapId: Long
-
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
- ShuffleBlockBatchId → BlockId
- val shuffleId: Int
- val startReduceId: Int
-
def
toString(): String
- Definition Classes
- BlockId → AnyRef → Any