public class CounterAccumulatorParam extends Object implements org.apache.spark.AccumulatorParam<Map<String,Map<String,Long>>>
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 © 2015 The Apache Software Foundation. All Rights Reserved.