public static class SparkContext.DoubleAccumulatorParam$ extends Object implements AccumulatorParam<Object>
Modifier and Type | Field and Description |
---|---|
static SparkContext.DoubleAccumulatorParam$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
SparkContext.DoubleAccumulatorParam$() |
Modifier and Type | Method and Description |
---|---|
double |
addInPlace(double t1,
double t2) |
double |
zero(double initialValue) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addAccumulator
addInPlace, zero
public static final SparkContext.DoubleAccumulatorParam$ MODULE$