public abstract static class Aggregators.SimpleAggregator<T> extends Object implements Aggregator<T>
| Constructor and Description | 
|---|
| SimpleAggregator() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | initialize(org.apache.hadoop.conf.Configuration conf)Perform any setup of this instance that is required prior to processing
 inputs. | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreset, results, updatepublic void initialize(org.apache.hadoop.conf.Configuration conf)
Aggregatorinitialize in interface Aggregator<T>conf - Hadoop configurationCopyright © 2017 The Apache Software Foundation. All rights reserved.