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

Uses of Package
org.apache.crunch.util

Packages that use org.apache.crunch.util
org.apache.crunch.examples Example applications demonstrating various aspects of Crunch. 
org.apache.crunch.types Common functionality for business object serialization. 
 

Classes in org.apache.crunch.util used by org.apache.crunch.examples
CrunchTool
          An extension of the Tool interface that creates a Pipeline instance and provides methods for working with the Pipeline from inside of the Tool's run method.
 

Classes in org.apache.crunch.util used by org.apache.crunch.types
SerializableSupplier
          An extension of Guava's Supplier interface that indicates that an instance will also implement Serializable, which makes this object suitable for use with Crunch's DoFns when we need to construct an instance of a non-serializable type for use in processing.
 



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