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

Uses of Interface
org.apache.crunch.TableSourceTarget

Packages that use TableSourceTarget
org.apache.crunch.io Data input and output for Pipelines. 
org.apache.crunch.io.seq   
org.apache.crunch.io.text   
 

Uses of TableSourceTarget in org.apache.crunch.io
 

Methods in org.apache.crunch.io that return TableSourceTarget
static
<K extends org.apache.hadoop.io.Writable,V extends org.apache.hadoop.io.Writable>
TableSourceTarget<K,V>
At.sequenceFile(org.apache.hadoop.fs.Path path, Class<K> keyClass, Class<V> valueClass)
          Creates a TableSourceTarget<K, V> instance from the SequenceFile(s) at the given Path from the key-value pairs in the SequenceFile(s).
static
<K,V> TableSourceTarget<K,V>
At.sequenceFile(org.apache.hadoop.fs.Path path, PType<K> keyType, PType<V> valueType)
          Creates a TableSourceTarget<K, V> instance from the SequenceFile(s) at the given Path from the key-value pairs in the SequenceFile(s).
static
<K extends org.apache.hadoop.io.Writable,V extends org.apache.hadoop.io.Writable>
TableSourceTarget<K,V>
At.sequenceFile(String pathName, Class<K> keyClass, Class<V> valueClass)
          Creates a TableSourceTarget<K, V> instance from the SequenceFile(s) at the given path name from the key-value pairs in the SequenceFile(s).
static
<K,V> TableSourceTarget<K,V>
At.sequenceFile(String pathName, PType<K> keyType, PType<V> valueType)
          Creates a TableSourceTarget<K, V> instance from the SequenceFile(s) at the given path name from the key-value pairs in the SequenceFile(s).
 

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

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

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

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



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