com.nhncorp.neptune.parallel.hadoop
Class AbstractTabletInputFormat.TabletRowRecordReader
java.lang.Object
com.nhncorp.neptune.parallel.hadoop.AbstractTabletInputFormat.TabletRowRecordReader
- All Implemented Interfaces:
- org.apache.hadoop.mapred.RecordReader<Row.Key,Row>
- Enclosing class:
- AbstractTabletInputFormat
public static class AbstractTabletInputFormat.TabletRowRecordReader
- extends java.lang.Object
- implements org.apache.hadoop.mapred.RecordReader<Row.Key,Row>
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractTabletInputFormat.TabletRowRecordReader
public AbstractTabletInputFormat.TabletRowRecordReader(NConfiguration conf,
java.lang.String tableName,
RowFilter rowFilter)
throws java.io.IOException
- Throws:
java.io.IOException
close
public void close()
throws java.io.IOException
- Specified by:
close in interface org.apache.hadoop.mapred.RecordReader<Row.Key,Row>
- Throws:
java.io.IOException
createKey
public Row.Key createKey()
- Specified by:
createKey in interface org.apache.hadoop.mapred.RecordReader<Row.Key,Row>
createValue
public Row createValue()
- Specified by:
createValue in interface org.apache.hadoop.mapred.RecordReader<Row.Key,Row>
getPos
public long getPos()
- Specified by:
getPos in interface org.apache.hadoop.mapred.RecordReader<Row.Key,Row>
getProgress
public float getProgress()
- Specified by:
getProgress in interface org.apache.hadoop.mapred.RecordReader<Row.Key,Row>
next
public boolean next(Row.Key key,
Row value)
throws java.io.IOException
- Specified by:
next in interface org.apache.hadoop.mapred.RecordReader<Row.Key,Row>
- Throws:
java.io.IOException