public interface WorkerAggregatorUsage extends AggregatorUsage
Modifier and Type | Method and Description |
---|---|
<A extends org.apache.hadoop.io.Writable> |
aggregate(String name,
A value)
Add a new value
|
getAggregatedValue
<A extends org.apache.hadoop.io.Writable> void aggregate(String name, A value)
A
- Aggregated valuename
- Name of aggregatorvalue
- Value to addCopyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.