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

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

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

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

Subclasses of FileTargetImpl in org.apache.crunch.io.avro
 class AvroFileTarget
           
 class AvroPathPerKeyTarget
          A Target that wraps AvroPathPerKeyOutputFormat to allow one file per key to be written as the output of a PTable<String, T>.
 

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

Subclasses of FileTargetImpl in org.apache.crunch.io.avro.trevni
 class TrevniKeyTarget
           
 

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

Subclasses of FileTargetImpl in org.apache.crunch.io.hbase
 class HFileTarget
           
 

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

Subclasses of FileTargetImpl in org.apache.crunch.io.parquet
 class AvroParquetFileTarget
           
 

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

Subclasses of FileTargetImpl in org.apache.crunch.io.seq
 class SeqFileTarget
           
 

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

Subclasses of FileTargetImpl in org.apache.crunch.io.text
 class TextFileTarget
           
 



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