Packages

c

org.apache.spark.storage

ShuffleMergedMetaBlockId

case class ShuffleMergedMetaBlockId(appId: String, shuffleId: Int, shuffleMergeId: Int, reduceId: Int) extends BlockId with Product with Serializable

Developer API
Annotations
@Since( "3.2.0" ) @DeveloperApi()
Source
BlockId.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, BlockId, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ShuffleMergedMetaBlockId
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. BlockId
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ShuffleMergedMetaBlockId(appId: String, shuffleId: Int, shuffleMergeId: Int, reduceId: Int)

Value Members

  1. val appId: String
  2. def asRDDId: Option[RDDBlockId]
    Definition Classes
    BlockId
  3. def isBroadcast: Boolean
    Definition Classes
    BlockId
  4. def isRDD: Boolean
    Definition Classes
    BlockId
  5. def isShuffle: Boolean
    Definition Classes
    BlockId
  6. def isShuffleChunk: Boolean
    Definition Classes
    BlockId
  7. 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
    ShuffleMergedMetaBlockIdBlockId
  8. val reduceId: Int
  9. val shuffleId: Int
  10. val shuffleMergeId: Int
  11. def toString(): String
    Definition Classes
    BlockId → AnyRef → Any