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

Uses of Class
org.apache.crunch.io.seq.SeqFileTableSourceTarget

Packages that use SeqFileTableSourceTarget
org.apache.crunch.io   
 

Uses of SeqFileTableSourceTarget in org.apache.crunch.io
 

Methods in org.apache.crunch.io that return SeqFileTableSourceTarget
static
<K,V> SeqFileTableSourceTarget<K,V>
At.sequenceFile(org.apache.hadoop.fs.Path path, PType<K> keyType, PType<V> valueType)
           
static
<K,V> SeqFileTableSourceTarget<K,V>
At.sequenceFile(String pathName, PType<K> keyType, PType<V> valueType)
           
 



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