This project has retired. For details please refer to its Attic page.
org.apache.crunch.fn (Apache Crunch 0.10.0 API)

Package org.apache.crunch.fn

Commonly used functions for manipulating collections.

See:
          Description

Class Summary
Aggregators A collection of pre-defined Aggregators.
Aggregators.SimpleAggregator<T> Base class for aggregators that do not require any initialization.
CompositeMapFn<R,S,T>  
ExtractKeyFn<K,V> Wrapper function for converting a MapFn into a key-value pair that is used to convert from a PCollection<V> to a PTable<K, V>.
FilterFns A collection of pre-defined FilterFn implementations.
IdentityFn<T>  
PairMapFn<K,V,S,T>  
 

Package org.apache.crunch.fn Description

Commonly used functions for manipulating collections.



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