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

Uses of Interface
org.apache.crunch.SourceTarget

Packages that use SourceTarget
org.apache.crunch Client-facing API and core abstractions. 
org.apache.crunch.impl.mr A Pipeline implementation that runs on Hadoop MapReduce. 
org.apache.crunch.io Data input and output for Pipelines. 
org.apache.crunch.types Common functionality for business object serialization. 
org.apache.crunch.types.avro Business object serialization using Apache Avro. 
org.apache.crunch.types.writable Business object serialization using Hadoop's Writables framework. 
 

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.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.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.