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

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

Packages that use PathTarget
org.apache.crunch.impl.mr.exec   
org.apache.crunch.impl.mr.plan   
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   
 

Uses of PathTarget in org.apache.crunch.impl.mr.exec
 

Constructor parameters in org.apache.crunch.impl.mr.exec with type arguments of type PathTarget
CrunchJobHooks.CompletionHook(org.apache.hadoop.mapreduce.Job job, org.apache.hadoop.fs.Path workingPath, Map<Integer,PathTarget> multiPaths, boolean mapOnlyJob)
           
 

Uses of PathTarget in org.apache.crunch.impl.mr.plan
 

Methods in org.apache.crunch.impl.mr.plan that return types with arguments of type PathTarget
 Map<Integer,PathTarget> MSCROutputHandler.getMultiPaths()
           
 

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

Classes in org.apache.crunch.io.avro that implement PathTarget
 class AvroFileSourceTarget<T>
           
 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 PathTarget in org.apache.crunch.io.avro.trevni
 

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

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

Classes in org.apache.crunch.io.hbase that implement PathTarget
 class HFileTarget
           
 

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

Classes in org.apache.crunch.io.impl that implement PathTarget
 class FileTargetImpl
           
 class ReadableSourcePathTargetImpl<T>
           
 class SourcePathTargetImpl<T>
           
 class TableSourcePathTargetImpl<K,V>
           
 

Constructors in org.apache.crunch.io.impl with parameters of type PathTarget
ReadableSourcePathTargetImpl(ReadableSource<T> source, PathTarget target, FileNamingScheme fileNamingScheme)
           
SourcePathTargetImpl(Source<T> source, PathTarget target, FileNamingScheme fileNamingScheme)
           
TableSourcePathTargetImpl(TableSource<K,V> source, PathTarget target)
           
TableSourcePathTargetImpl(TableSource<K,V> source, PathTarget target, FileNamingScheme fileNamingScheme)
           
 

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

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

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

Classes in org.apache.crunch.io.seq that implement PathTarget
 class SeqFileSourceTarget<T>
           
 class SeqFileTableSourceTarget<K,V>
           
 class SeqFileTarget
           
 

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

Classes in org.apache.crunch.io.text that implement PathTarget
 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.
 class TextFileTarget
           
 



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