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

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

Enclosing class:
CombineFn<S,T>

Deprecated. Use PGroupedTable.combineValues(Aggregator) which doesn't require a factory.

public static interface CombineFn.AggregatorFactory<T>

Interface for constructing new aggregator instances.


Method Summary
 CombineFn.Aggregator<T> create()
          Deprecated.  
 

Method Detail

create

CombineFn.Aggregator<T> create()
Deprecated. 


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