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