This project has retired. For details please refer to its Attic page.
SeqFileTableReaderFactory (Apache Crunch 0.3.0-incubating API)

org.apache.crunch.io.seq
Class SeqFileTableReaderFactory<K,V>

java.lang.Object
  extended by org.apache.crunch.io.seq.SeqFileTableReaderFactory<K,V>
All Implemented Interfaces:
FileReaderFactory<Pair<K,V>>

public class SeqFileTableReaderFactory<K,V>
extends Object
implements FileReaderFactory<Pair<K,V>>


Constructor Summary
SeqFileTableReaderFactory(PTableType<K,V> tableType, org.apache.hadoop.conf.Configuration conf)
           
 
Method Summary
 Iterator<Pair<K,V>> read(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeqFileTableReaderFactory

public SeqFileTableReaderFactory(PTableType<K,V> tableType,
                                 org.apache.hadoop.conf.Configuration conf)
Method Detail

read

public Iterator<Pair<K,V>> read(org.apache.hadoop.fs.FileSystem fs,
                                org.apache.hadoop.fs.Path path)
Specified by:
read in interface FileReaderFactory<Pair<K,V>>


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