Uses of Class
org.apache.hadoop.hbase.mapreduce.TableRecordReader
Package
Description
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
-
Uses of TableRecordReader in org.apache.hadoop.hbase.mapreduce
Modifier and TypeFieldDescriptionprivate TableRecordReader
MultiTableInputFormatBase.tableRecordReader
The reader scanning the table, can be a custom one.private TableRecordReader
TableInputFormatBase.tableRecordReader
The reader scanning the table, can be a custom one.Modifier and TypeMethodDescriptionprotected void
MultiTableInputFormatBase.setTableRecordReader
(TableRecordReader tableRecordReader) Allows subclasses to set theTableRecordReader
.protected void
TableInputFormatBase.setTableRecordReader
(TableRecordReader tableRecordReader) Allows subclasses to set theTableRecordReader
.