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

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

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

Methods in org.apache.crunch.types that return ReadableSourceTarget
 ReadableSourceTarget<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.
 ReadableSourceTarget<Pair<K,Iterable<V>>> PGroupedTableType.getDefaultFileSource(org.apache.hadoop.fs.Path path)
           
 

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

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

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

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



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