org.apache.spark
Class AccumulatorParam.LongAccumulatorParam$

Object
  extended by org.apache.spark.AccumulatorParam.LongAccumulatorParam$
All Implemented Interfaces:
java.io.Serializable, AccumulableParam<Object,Object>, AccumulatorParam<Object>
Enclosing interface:
AccumulatorParam<T>

public static class AccumulatorParam.LongAccumulatorParam$
extends Object
implements AccumulatorParam<Object>

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.spark.AccumulatorParam
AccumulatorParam.DoubleAccumulatorParam$, AccumulatorParam.FloatAccumulatorParam$, AccumulatorParam.IntAccumulatorParam$, AccumulatorParam.LongAccumulatorParam$
 
Field Summary
static AccumulatorParam.LongAccumulatorParam$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
AccumulatorParam.LongAccumulatorParam$()
           
 
Method Summary
 long addInPlace(long t1, long t2)
           
 long zero(long initialValue)
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.spark.AccumulatorParam
addAccumulator
 
Methods inherited from interface org.apache.spark.AccumulableParam
addInPlace, zero
 

Field Detail

MODULE$

public static final AccumulatorParam.LongAccumulatorParam$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

AccumulatorParam.LongAccumulatorParam$

public AccumulatorParam.LongAccumulatorParam$()
Method Detail

addInPlace

public long addInPlace(long t1,
                       long t2)

zero

public long zero(long initialValue)