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

Uses of Interface
org.apache.crunch.TableSourceTarget

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

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



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