edu.umd.cloud9.collection.aquaint2
Class Aquaint2DocumentInputFormat.Aquaint2DocumentRecordReader

java.lang.Object
  extended by edu.umd.cloud9.collection.aquaint2.Aquaint2DocumentInputFormat.Aquaint2DocumentRecordReader
All Implemented Interfaces:
RecordReader<LongWritable,Aquaint2Document>
Enclosing class:
Aquaint2DocumentInputFormat

public static class Aquaint2DocumentInputFormat.Aquaint2DocumentRecordReader
extends Object
implements RecordReader<LongWritable,Aquaint2Document>


Constructor Summary
Aquaint2DocumentInputFormat.Aquaint2DocumentRecordReader(FileSplit split, JobConf conf)
           
 
Method Summary
 void close()
           
 LongWritable createKey()
           
 Aquaint2Document createValue()
           
 long getPos()
           
 float getProgress()
           
 boolean next(LongWritable key, Aquaint2Document value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Aquaint2DocumentInputFormat.Aquaint2DocumentRecordReader

public Aquaint2DocumentInputFormat.Aquaint2DocumentRecordReader(FileSplit split,
                                                                JobConf conf)
                                                         throws IOException
Throws:
IOException
Method Detail

next

public boolean next(LongWritable key,
                    Aquaint2Document value)
             throws IOException
Specified by:
next in interface RecordReader<LongWritable,Aquaint2Document>
Throws:
IOException

createKey

public LongWritable createKey()
Specified by:
createKey in interface RecordReader<LongWritable,Aquaint2Document>

createValue

public Aquaint2Document createValue()
Specified by:
createValue in interface RecordReader<LongWritable,Aquaint2Document>

getPos

public long getPos()
            throws IOException
Specified by:
getPos in interface RecordReader<LongWritable,Aquaint2Document>
Throws:
IOException

close

public void close()
           throws IOException
Specified by:
close in interface RecordReader<LongWritable,Aquaint2Document>
Throws:
IOException

getProgress

public float getProgress()
                  throws IOException
Specified by:
getProgress in interface RecordReader<LongWritable,Aquaint2Document>
Throws:
IOException