| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.mapreduce | Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods. | 
| Modifier and Type | Field and Description | 
|---|---|
| private TableRecordReader | TableInputFormatBase. tableRecordReaderThe reader scanning the table, can be a custom one. | 
| private TableRecordReader | MultiTableInputFormatBase. tableRecordReaderThe reader scanning the table, can be a custom one. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | TableInputFormatBase. setTableRecordReader(TableRecordReader tableRecordReader)Allows subclasses to set the  TableRecordReader. | 
| protected void | MultiTableInputFormatBase. setTableRecordReader(TableRecordReader tableRecordReader)Allows subclasses to set the  TableRecordReader. | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.