class MergeStatuses extends BlockTransferMessage
Result returned by an ExternalShuffleService to the DAGScheduler. This represents the result of all the remote shuffle block merge operations performed by an ExternalShuffleService for a given shuffle ID. It includes the shuffle ID, an array of bitmaps each representing the set of mapper partition blocks that are merged for a given reducer partition, an array of reducer IDs, and an array of merged shuffle partition sizes. The 3 arrays list information about all the reducer partitions merged by the ExternalShuffleService in the same order.
- Since
3.1.0
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MergeStatuses
- BlockTransferMessage
- Encodable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new MergeStatuses(shuffleId: Int, shuffleMergeId: Int, bitmaps: Array[RoaringBitmap], reduceIds: Array[Int], sizes: Array[Long])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def encode(buf: ByteBuf): Unit
- Definition Classes
- MergeStatuses → Encodable
- Annotations
- @Override()
- def encodedLength(): Int
- Definition Classes
- MergeStatuses → Encodable
- Annotations
- @Override()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(other: AnyRef): Boolean
- Definition Classes
- MergeStatuses → AnyRef → Any
- Annotations
- @Override()
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- MergeStatuses → AnyRef → Any
- Annotations
- @Override()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toByteBuffer(): ByteBuffer
Serializes the 'type' byte followed by the message itself.
Serializes the 'type' byte followed by the message itself.
- Definition Classes
- BlockTransferMessage
- def toString(): String
- Definition Classes
- MergeStatuses → AnyRef → Any
- Annotations
- @Override()
- def type(): Type
- Attributes
- protected[protocol]
- Definition Classes
- MergeStatuses → BlockTransferMessage
- Annotations
- @Override()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()