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