Packages

object LongAccumulatorSource

Experimental

Metrics source specifically for LongAccumulators. Accumulators are only valid on the driver side, so these metrics are reported only by the driver. Register LongAccumulators using: LongAccumulatorSource.register(sc, {"name" -> longAccumulator})

Annotations
@Experimental()
Source
AccumulatorSource.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LongAccumulatorSource
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def register(sc: SparkContext, accumulators: Map[String, LongAccumulator]): Unit