|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object org.apache.spark.SparkContext.FloatAccumulatorParam$
public static class SparkContext.FloatAccumulatorParam$
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.FloatAccumulatorParam$ |
MODULE$
Static reference to the singleton instance of this Scala object. |
Constructor Summary | |
---|---|
SparkContext.FloatAccumulatorParam$()
|
Method Summary | |
---|---|
float |
addInPlace(float t1,
float t2)
|
float |
zero(float 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.FloatAccumulatorParam$ MODULE$
Constructor Detail |
---|
public SparkContext.FloatAccumulatorParam$()
Method Detail |
---|
public float addInPlace(float t1, float t2)
public float zero(float initialValue)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |