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

Uses of Package
org.apache.crunch.io

Packages that use org.apache.crunch.io
org.apache.crunch Client-facing API and core abstractions. 
org.apache.crunch.impl.dist   
org.apache.crunch.io Data input and output for Pipelines. 
org.apache.crunch.types Common functionality for business object serialization. 
org.apache.crunch.types.avro Business object serialization using Apache Avro. 
org.apache.crunch.types.writable Business object serialization using Hadoop's Writables framework. 
 

Classes in org.apache.crunch.io used by org.apache.crunch
OutputHandler
           
 

Classes in org.apache.crunch.io used by org.apache.crunch.impl.dist
ReadableSource
          An extension of the Source interface that indicates that a Source instance may be read as a series of records by the client code.
 

Classes in org.apache.crunch.io used by org.apache.crunch.io
FileNamingScheme
          Encapsulates rules for naming output files.
FileReaderFactory
           
FormatBundle
          A combination of an InputFormat or OutputFormat and any extra configuration information that format class needs to run.
MapReduceTarget
           
ReadableSource
          An extension of the Source interface that indicates that a Source instance may be read as a series of records by the client code.
SequentialFileNamingScheme
          Default FileNamingScheme that uses an incrementing sequence number in order to generate unique file names.
 

Classes in org.apache.crunch.io used by org.apache.crunch.types
ReadableSourceTarget
          An interface that indicates that a SourceTarget instance can be read into the local client.
 

Classes in org.apache.crunch.io used by org.apache.crunch.types.avro
FormatBundle
          A combination of an InputFormat or OutputFormat and any extra configuration information that format class needs to run.
ReadableSourceTarget
          An interface that indicates that a SourceTarget instance can be read into the local client.
 

Classes in org.apache.crunch.io used by org.apache.crunch.types.writable
ReadableSourceTarget
          An interface that indicates that a SourceTarget instance can be read into the local client.
 



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