public class CounterAccumulatorParam extends Object implements org.apache.spark.AccumulatorParam<Map<String,Map<String,Long>>>
org.apache.spark.AccumulatorParam.DoubleAccumulatorParam$, org.apache.spark.AccumulatorParam.FloatAccumulatorParam$, org.apache.spark.AccumulatorParam.IntAccumulatorParam$, org.apache.spark.AccumulatorParam.LongAccumulatorParam$| Constructor and Description | 
|---|
| CounterAccumulatorParam() | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,Map<String,Long>> | addAccumulator(Map<String,Map<String,Long>> current,
              Map<String,Map<String,Long>> added) | 
| Map<String,Map<String,Long>> | addInPlace(Map<String,Map<String,Long>> first,
          Map<String,Map<String,Long>> second) | 
| Map<String,Map<String,Long>> | zero(Map<String,Map<String,Long>> counts) | 
Copyright © 2017 The Apache Software Foundation. All rights reserved.