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

class DoubleAccumulator extends AccumulatorV2[Double, Double]

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. DoubleAccumulator

  2. AccumulatorV2

  3. Serializable

  4. Serializable

  5. AnyRef

  6. Any

  7. Hide All

  8. Show All

Instance Constructors

  1. new DoubleAccumulator()

Value Members

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

Inherited from AccumulatorV2[Double, Double]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped