This project has retired. For details please refer to its
Attic page.
Aggregators.SimpleAggregator (Apache Crunch 0.8.0 API)
org.apache.crunch.fn
Class Aggregators.SimpleAggregator<T>
java.lang.Object
org.apache.crunch.fn.Aggregators.SimpleAggregator<T>
- All Implemented Interfaces:
- Serializable, Aggregator<T>
- Enclosing class:
- Aggregators
public abstract static class Aggregators.SimpleAggregator<T>
- extends Object
- implements Aggregator<T>
Base class for aggregators that do not require any initialization.
- See Also:
- Serialized Form
Method Summary |
void |
initialize(org.apache.hadoop.conf.Configuration conf)
Perform any setup of this instance that is required prior to processing
inputs. |
Aggregators.SimpleAggregator
public Aggregators.SimpleAggregator()
initialize
public void initialize(org.apache.hadoop.conf.Configuration conf)
- Description copied from interface:
Aggregator
- Perform any setup of this instance that is required prior to processing
inputs.
- Specified by:
initialize
in interface Aggregator<T>
- Parameters:
conf
- Hadoop configuration
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.