Uses of Class
org.apache.hadoop.hbase.mapreduce.TableRecordReader
Packages that use 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
Fields in org.apache.hadoop.hbase.mapreduce declared as TableRecordReaderModifier and TypeFieldDescriptionprivate TableRecordReaderMultiTableInputFormatBase.tableRecordReaderThe reader scanning the table, can be a custom one.private TableRecordReaderTableInputFormatBase.tableRecordReaderThe reader scanning the table, can be a custom one.Methods in org.apache.hadoop.hbase.mapreduce with parameters of type TableRecordReaderModifier and TypeMethodDescriptionprotected voidMultiTableInputFormatBase.setTableRecordReader(TableRecordReader tableRecordReader) Allows subclasses to set theTableRecordReader.protected voidTableInputFormatBase.setTableRecordReader(TableRecordReader tableRecordReader) Allows subclasses to set theTableRecordReader.