Spark 3.5.5 ScalaDoc - org.apache.spark.util.CollectionAccumulator (original) (raw)

class CollectionAccumulator[T] extends AccumulatorV2[T, List[T]]

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. CollectionAccumulator

  2. AccumulatorV2

  3. Serializable

  4. Serializable

  5. AnyRef

  6. Any

  7. Hide All

  8. Show All

Instance Constructors

  1. new CollectionAccumulator()

Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. final def ==(arg0: Any): Boolean
  4. def add(v: T): Unit
  5. final def asInstanceOf[T0]: T0
  6. def clone(): AnyRef
  7. def copy(): CollectionAccumulator[T]
  8. def copyAndReset(): CollectionAccumulator[T]
  9. final def eq(arg0: AnyRef): Boolean
  10. def equals(arg0: Any): Boolean
  11. def finalize(): Unit
  12. final def getClass(): Class[_]
  13. def hashCode(): Int
  14. final def id: Long
  15. final def isInstanceOf[T0]: Boolean
  16. final def isRegistered: Boolean
  17. def isZero: Boolean
  18. def merge(other: AccumulatorV2[T, List[T]]): Unit
  19. final def name: Option[String]
  20. final def ne(arg0: AnyRef): Boolean
  21. final def notify(): Unit
  22. final def notifyAll(): Unit
  23. def reset(): Unit
  24. final def synchronized[T0](arg0: ⇒ T0): T0
  25. def toString(): String
  26. def value: List[T]
  27. final def wait(): Unit
  28. final def wait(arg0: Long, arg1: Int): Unit
  29. final def wait(arg0: Long): Unit
  30. def withBufferSerialized(): AccumulatorV2[T, List[T]]
  31. final def writeReplace(): Any

Inherited from AccumulatorV2[T, List[T]]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped