Package com.cloudera.crunch.util

Class Summary
Collects Utility functions for returning Collection objects backed by different types of implementations.
DistCache Functions for working with a job-specific distributed cache of objects, like the serialized runtime nodes in a MapReduce.
PTypes Utility functions for creating common types of derived PTypes, e.g., for JSON data, protocol buffers, and Thrift records.
PTypes.JacksonInputMapFn<T>  
PTypes.JacksonOutputMapFn<T>  
PTypes.ProtoInputMapFn<T extends Message>  
PTypes.ProtoOutputMapFn<T extends Message>  
PTypes.SmileInputMapFn<T>  
PTypes.SmileOutputMapFn<T>  
PTypes.ThriftInputMapFn<T extends TBase>  
PTypes.ThriftOutputMapFn<T extends TBase>  
Tuples Utilities for working with subclasses of the Tuple interface.
Tuples.PairIterable<S,T>  
Tuples.QuadIterable<A,B,C,D>  
Tuples.TripIterable<A,B,C>  
Tuples.TupleNIterable  
 



Copyright © 2012. All Rights Reserved.