This project has retired. For details please refer to its Attic page.
CombineFn.AggregatorFactory (Apache Crunch 0.3.0-incubating API)

org.apache.crunch
Interface CombineFn.AggregatorFactory<T>

Enclosing class:
CombineFn<S,T>

public static interface CombineFn.AggregatorFactory<T>

Interface for constructing new aggregator instances.


Method Summary
 CombineFn.Aggregator<T> create()
           
 

Method Detail

create

CombineFn.Aggregator<T> create()


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.