|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object org.apache.spark.AccumulatorParam.LongAccumulatorParam$
public static class AccumulatorParam.LongAccumulatorParam$
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 |
---|
public static final AccumulatorParam.LongAccumulatorParam$ MODULE$
Constructor Detail |
---|
public AccumulatorParam.LongAccumulatorParam$()
Method Detail |
---|
public long addInPlace(long t1, long t2)
public long zero(long initialValue)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |