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

org.apache.crunch.io.seq
Class SeqFileReaderFactory<T>

java.lang.Object
  extended by org.apache.crunch.io.seq.SeqFileReaderFactory<T>
All Implemented Interfaces:
FileReaderFactory<T>

public class SeqFileReaderFactory<T>
extends Object
implements FileReaderFactory<T>


Constructor Summary
SeqFileReaderFactory(PType<T> ptype, org.apache.hadoop.conf.Configuration conf)
           
 
Method Summary
 Iterator<T> 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

SeqFileReaderFactory

public SeqFileReaderFactory(PType<T> ptype,
                            org.apache.hadoop.conf.Configuration conf)
Method Detail

read

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


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