Class WALInputFormat.WALKeyRecordReader
java.lang.Object
org.apache.hadoop.mapreduce.RecordReader<K,WALEdit>
org.apache.hadoop.hbase.mapreduce.WALInputFormat.WALRecordReader<WALKey>
org.apache.hadoop.hbase.mapreduce.WALInputFormat.WALKeyRecordReader
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing class:
- WALInputFormat
handler for non-deprecated WALKey version. fold into WALRecordReader once we no longer need to
support HLogInputFormat.
-
Field Summary
Fields inherited from class org.apache.hadoop.hbase.mapreduce.WALInputFormat.WALRecordReader
currentEntry
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.hadoop.hbase.mapreduce.WALInputFormat.WALRecordReader
close, getCurrentValue, getProgress, initialize, nextKeyValue
-
Constructor Details
-
WALKeyRecordReader
-
-
Method Details
-
getCurrentKey
- Specified by:
getCurrentKey
in classorg.apache.hadoop.mapreduce.RecordReader<WALKey,
WALEdit> - Throws:
IOException
InterruptedException
-