com.cloudera.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. All Rights Reserved.