public class IntOverwriteAggregator extends BasicAggregator<org.apache.hadoop.io.IntWritable>
Constructor and Description |
---|
IntOverwriteAggregator() |
Modifier and Type | Method and Description |
---|---|
void |
aggregate(org.apache.hadoop.io.IntWritable value)
Add a new value.
|
org.apache.hadoop.io.IntWritable |
createInitialValue()
Return new aggregated value which is neutral to aggregate operation.
|
getAggregatedValue, reset, setAggregatedValue
public void aggregate(org.apache.hadoop.io.IntWritable value)
Aggregator
value
- Value to be aggregated.public org.apache.hadoop.io.IntWritable createInitialValue()
Aggregator
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.