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