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

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

Packages that use PathTarget
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 PathTarget in org.apache.crunch.io
 

Classes in org.apache.crunch.io that implement PathTarget
 class PathTargetImpl
           
 

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

Classes in org.apache.crunch.io.avro that implement PathTarget
 class AvroFileSourceTarget<T>
           
 class AvroFileTarget
           
 

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)
           
SourcePathTargetImpl(Source<T> source, PathTarget target)
           
TableSourcePathTargetImpl(TableSource<K,V> source, PathTarget target)
           
 

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 TextFileTarget
           
 



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