public abstract static class CombineFn.SimpleAggregator<T> extends Object implements CombineFn.Aggregator<T>
Constructor and Description |
---|
CombineFn.SimpleAggregator()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
initialize(org.apache.hadoop.conf.Configuration conf)
Deprecated.
Perform any setup of this instance that is required prior to processing
inputs.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
reset, results, update
public void initialize(org.apache.hadoop.conf.Configuration conf)
CombineFn.Aggregator
initialize
in interface CombineFn.Aggregator<T>
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.