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

Uses of Interface
org.apache.crunch.SourceTarget

Packages that use SourceTarget
org.apache.crunch   
org.apache.crunch.impl.mr   
org.apache.crunch.impl.mr.collect   
org.apache.crunch.io   
org.apache.crunch.io.avro   
org.apache.crunch.io.hbase   
org.apache.crunch.io.impl   
org.apache.crunch.io.seq   
org.apache.crunch.io.text   
org.apache.crunch.types   
org.apache.crunch.types.avro   
org.apache.crunch.types.writable   
 

Uses of SourceTarget in org.apache.crunch
 

Methods in org.apache.crunch that return SourceTarget
<T> SourceTarget<T>
Target.asSourceTarget(PType<T> ptype)
           
 

Uses of SourceTarget in org.apache.crunch.impl.mr
 

Methods in org.apache.crunch.impl.mr that return SourceTarget
<T> SourceTarget<T>
MRPipeline.createIntermediateOutput(PType<T> ptype)
           
 

Uses of SourceTarget in org.apache.crunch.impl.mr.collect
 

Methods in org.apache.crunch.impl.mr.collect that return SourceTarget
 SourceTarget<S> PCollectionImpl.getMaterializedAt()
           
 

Methods in org.apache.crunch.impl.mr.collect with parameters of type SourceTarget
 void PCollectionImpl.materializeAt(SourceTarget<S> sourceTarget)
           
 

Uses of SourceTarget in org.apache.crunch.io
 

Subinterfaces of SourceTarget 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 SourceTarget in org.apache.crunch.io.avro
 

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

Methods in org.apache.crunch.io.avro that return SourceTarget
<T> SourceTarget<T>
AvroFileTarget.asSourceTarget(PType<T> ptype)
           
 

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

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

Methods in org.apache.crunch.io.hbase that return SourceTarget
<T> SourceTarget<T>
HBaseTarget.asSourceTarget(PType<T> ptype)
           
 

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

Classes in org.apache.crunch.io.impl that implement SourceTarget
 class ReadableSourcePathTargetImpl<T>
           
 class ReadableSourceTargetImpl<T>
           
 class SourcePathTargetImpl<T>
           
 class SourceTargetImpl<T>
           
 class TableSourcePathTargetImpl<K,V>
           
 class TableSourceTargetImpl<K,V>
           
 

Methods in org.apache.crunch.io.impl that return SourceTarget
<S> SourceTarget<S>
SourceTargetImpl.asSourceTarget(PType<S> ptype)
           
<T> SourceTarget<T>
FileTargetImpl.asSourceTarget(PType<T> ptype)
           
 

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

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

Methods in org.apache.crunch.io.seq that return SourceTarget
<T> SourceTarget<T>
SeqFileTarget.asSourceTarget(PType<T> ptype)
           
 

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

Classes in org.apache.crunch.io.text that implement SourceTarget
 class TextFileSourceTarget<T>
           
 

Methods in org.apache.crunch.io.text that return SourceTarget
<T> SourceTarget<T>
TextFileTarget.asSourceTarget(PType<T> ptype)
           
 

Uses of SourceTarget in org.apache.crunch.types
 

Methods in org.apache.crunch.types that return SourceTarget
 SourceTarget<T> PType.getDefaultFileSource(org.apache.hadoop.fs.Path path)
          Returns a SourceTarget that is able to read/write data using the serialization format specified by this PType.
 SourceTarget<Pair<K,Iterable<V>>> PGroupedTableType.getDefaultFileSource(org.apache.hadoop.fs.Path path)
           
 

Uses of SourceTarget in org.apache.crunch.types.avro
 

Methods in org.apache.crunch.types.avro that return SourceTarget
 SourceTarget<T> AvroType.getDefaultFileSource(org.apache.hadoop.fs.Path path)
           
 

Uses of SourceTarget in org.apache.crunch.types.writable
 

Methods in org.apache.crunch.types.writable that return SourceTarget
 SourceTarget<T> WritableType.getDefaultFileSource(org.apache.hadoop.fs.Path path)
           
 



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