Save This Page
Home » hadoop-0.14.4 » org.apache » hadoop » mapred » [javadoc | source]
org.apache.hadoop.mapred
public class: SequenceFileRecordReader [javadoc | source]
java.lang.Object
   org.apache.hadoop.mapred.SequenceFileRecordReader

All Implemented Interfaces:
    RecordReader

Direct Known Subclasses:
    StreamSequenceRecordReader, FilterRecordReader, SequenceFileAsTextRecordReader

An RecordReader for SequenceFile s.
Field Summary
protected  Configuration conf     
Constructor:
 public SequenceFileRecordReader(Configuration conf,
    FileSplit split) throws IOException 
Method from org.apache.hadoop.mapred.SequenceFileRecordReader Summary:
close,   createKey,   createValue,   getCurrentValue,   getKeyClass,   getPos,   getProgress,   getValueClass,   next,   next,   seek
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.hadoop.mapred.SequenceFileRecordReader Detail:
 public synchronized  void close() throws IOException 
 public WritableComparable createKey() 
 public Writable createValue() 
 protected synchronized  void getCurrentValue(Writable value) throws IOException 
 public Class getKeyClass() 
 public synchronized long getPos() throws IOException 
 public float getProgress() throws IOException 
    Return the progress within the input split
 public Class getValueClass() 
 protected synchronized boolean next(Writable key) throws IOException 
 public synchronized boolean next(Writable key,
    Writable value) throws IOException 
 protected synchronized  void seek(long pos) throws IOException