Spark 3.5.5 ScalaDoc - org.apache.spark.util.CollectionAccumulator (original) (raw)
class CollectionAccumulator[T] extends AccumulatorV2[T, List[T]]
Ordering
- Alphabetic
- By Inheritance
Inherited
CollectionAccumulator
AccumulatorV2
Serializable
Serializable
AnyRef
Any
Hide All
Show All
Instance Constructors
- new CollectionAccumulator()
Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- final def ==(arg0: Any): Boolean
- def add(v: T): Unit
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def copy(): CollectionAccumulator[T]
- def copyAndReset(): CollectionAccumulator[T]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: Any): Boolean
- def finalize(): Unit
- final def getClass(): Class[_]
- def hashCode(): Int
- final def id: Long
- final def isInstanceOf[T0]: Boolean
- final def isRegistered: Boolean
- def isZero: Boolean
- def merge(other: AccumulatorV2[T, List[T]]): Unit
- final def name: Option[String]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def reset(): Unit
- final def synchronized[T0](arg0: ⇒ T0): T0
- def toString(): String
- def value: List[T]
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- def withBufferSerialized(): AccumulatorV2[T, List[T]]
- final def writeReplace(): Any