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

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

Packages that use ReadableSource
org.apache.crunch.impl.dist   
org.apache.crunch.io Data input and output for Pipelines. 
org.apache.crunch.io.avro   
org.apache.crunch.io.avro.trevni   
org.apache.crunch.io.hbase   
org.apache.crunch.io.impl   
org.apache.crunch.io.parquet   
org.apache.crunch.io.seq   
org.apache.crunch.io.text   
org.apache.crunch.materialize   
 

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

Methods in org.apache.crunch.impl.dist that return ReadableSource
<T> ReadableSource<T>
DistributedPipeline.getMaterializeSourceTarget(PCollection<T> pcollection)
          Retrieve a ReadableSourceTarget that provides access to the contents of a PCollection.
 

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.avro.trevni
 

Classes in org.apache.crunch.io.avro.trevni that implement ReadableSource
 class TrevniKeySource<T>
           
 class TrevniKeySourceTarget<T>
           
 

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

Classes in org.apache.crunch.io.hbase that implement ReadableSource
 class HBaseSourceTarget
           
 class HFileSource
           
 

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, FileNamingScheme fileNamingScheme)
           
ReadableSourceTargetImpl(ReadableSource<T> source, Target target)
           
 

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

Classes in org.apache.crunch.io.parquet that implement ReadableSource
 class AvroParquetFileSource<T extends IndexedRecord>
           
 class AvroParquetFileSourceTarget<T extends IndexedRecord>
           
 

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>
          A TableSource that uses SequenceFileInputFormat to read the input file.
 class SeqFileTableSourceTarget<K,V>
           
 

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

Classes in org.apache.crunch.io.text that implement ReadableSource
 class NLineFileSource<T>
          A Source instance that uses the NLineInputFormat, which gives each map task a fraction of the lines in a text file as input.
 class TextFileSource<T>
           
 class TextFileSourceTarget<T>
           
 class TextFileTableSource<K,V>
          A Source that uses the KeyValueTextInputFormat to process input text.
 class TextFileTableSourceTarget<K,V>
          A TableSource and SourceTarget implementation that uses the KeyValueTextInputFormat and TextOutputFormat to support reading and writing text files as PTable instances using a tab separator for the keys and the values.
 

Uses of ReadableSource in org.apache.crunch.materialize
 

Methods in org.apache.crunch.materialize that return ReadableSource
 ReadableSource<E> MaterializableIterable.getSource()
           
 

Constructors in org.apache.crunch.materialize with parameters of type ReadableSource
MaterializableIterable(Pipeline pipeline, ReadableSource<E> source)
           
 



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