This project has retired. For details please refer to its Attic page.
org.apache.crunch.io (Apache Crunch 0.4.0-incubating API)

Package org.apache.crunch.io

Data input and output for Pipelines.

See:
          Description

Interface Summary
FileNamingScheme Encapsulates rules for naming output files.
FileReaderFactory<T>  
MapReduceTarget  
OutputHandler  
PathTarget A target whose output goes to a given path on a file system.
ReadableSource<T>  
ReadableSourceTarget<T> An interface that indicates that a SourceTarget instance can be read into the local client.
 

Class Summary
At Static factory methods for creating various SourceTarget types.
CompositePathIterable<T>  
From Static factory methods for creating various Source types.
PathTargetImpl  
SequentialFileNamingScheme Default FileNamingScheme that uses an incrementing sequence number in order to generate unique file names.
SourceTargetHelper Functions for configuring the inputs/outputs of MapReduce jobs.
To Static factory methods for creating various Target types.
 

Package org.apache.crunch.io Description

Data input and output for Pipelines.



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