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

Uses of Class
org.apache.crunch.io.impl.ReadableSourcePathTargetImpl

Packages that use ReadableSourcePathTargetImpl
org.apache.crunch.io.avro   
org.apache.crunch.io.avro.trevni   
org.apache.crunch.io.parquet   
org.apache.crunch.io.seq   
org.apache.crunch.io.text   
 

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

Subclasses of ReadableSourcePathTargetImpl in org.apache.crunch.io.avro
 class AvroFileSourceTarget<T>
           
 

Uses of ReadableSourcePathTargetImpl in org.apache.crunch.io.avro.trevni
 

Subclasses of ReadableSourcePathTargetImpl in org.apache.crunch.io.avro.trevni
 class TrevniKeySourceTarget<T>
           
 

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

Subclasses of ReadableSourcePathTargetImpl in org.apache.crunch.io.parquet
 class AvroParquetFileSourceTarget<T extends IndexedRecord>
           
 

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

Subclasses of ReadableSourcePathTargetImpl in org.apache.crunch.io.seq
 class SeqFileSourceTarget<T>
           
 class SeqFileTableSourceTarget<K,V>
           
 

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

Subclasses of ReadableSourcePathTargetImpl in org.apache.crunch.io.text
 class TextFileSourceTarget<T>
           
 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.
 



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