Class WALInputFormat.WALRecordReader<K extends WALKey>

java.lang.Object
org.apache.hadoop.mapreduce.RecordReader<K,WALEdit>
org.apache.hadoop.hbase.mapreduce.WALInputFormat.WALRecordReader<K>
All Implemented Interfaces:
Closeable, AutoCloseable
Direct Known Subclasses:
WALInputFormat.WALKeyRecordReader
Enclosing class:
WALInputFormat

abstract static class WALInputFormat.WALRecordReader<K extends WALKey> extends org.apache.hadoop.mapreduce.RecordReader<K,WALEdit>
RecordReader for an WAL file. Implementation shared with deprecated HLogInputFormat.