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

Uses of Interface
org.apache.crunch.io.ReadableSource

Packages that use ReadableSource
org.apache.crunch.io   
org.apache.crunch.io.avro   
org.apache.crunch.io.impl   
org.apache.crunch.io.seq   
org.apache.crunch.io.text   
 

Uses of ReadableSource in org.apache.crunch.io
 

Subinterfaces of ReadableSource in org.apache.crunch.io
 interface ReadableSourceTarget<T>
          An interface that indicates that a SourceTarget instance can be read into the local client.
 

Uses of ReadableSource in org.apache.crunch.io.avro
 

Classes in org.apache.crunch.io.avro that implement ReadableSource
 class AvroFileSource<T>
           
 class AvroFileSourceTarget<T>
           
 

Uses of ReadableSource in org.apache.crunch.io.impl
 

Classes in org.apache.crunch.io.impl that implement ReadableSource
 class ReadableSourcePathTargetImpl<T>
           
 class ReadableSourceTargetImpl<T>
           
 

Constructors in org.apache.crunch.io.impl with parameters of type ReadableSource
ReadableSourcePathTargetImpl(ReadableSource<T> source, PathTarget target)
           
ReadableSourceTargetImpl(ReadableSource<T> source, Target target)
           
 

Uses of ReadableSource in org.apache.crunch.io.seq
 

Classes in org.apache.crunch.io.seq that implement ReadableSource
 class SeqFileSource<T>
           
 class SeqFileSourceTarget<T>
           
 class SeqFileTableSource<K,V>
           
 class SeqFileTableSourceTarget<K,V>
           
 

Uses of ReadableSource in org.apache.crunch.io.text
 

Classes in org.apache.crunch.io.text that implement ReadableSource
 class TextFileSource<T>
           
 class TextFileSourceTarget<T>
           
 



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