| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client | 
 Provides HBase Client 
 | 
| org.apache.hadoop.hbase.mapreduce | 
 Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RegionLocator | 
Connection.getRegionLocator(TableName tableName)
Retrieve a RegionLocator implementation to inspect region information on a table. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected RegionLocator | 
TableInputFormatBase.getRegionLocator()
Allows subclasses to get the  
RegionLocator. | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
HFileOutputFormat2.configureIncrementalLoad(org.apache.hadoop.mapreduce.Job job,
                        TableDescriptor tableDescriptor,
                        RegionLocator regionLocator)
Configure a MapReduce Job to perform an incremental load into the given
 table. 
 | 
static void | 
HFileOutputFormat2.configureIncrementalLoad(org.apache.hadoop.mapreduce.Job job,
                        Table table,
                        RegionLocator regionLocator)
Configure a MapReduce Job to perform an incremental load into the given
 table. 
 | 
protected org.apache.hadoop.hbase.mapreduce.RegionSizeCalculator | 
TableInputFormatBase.createRegionSizeCalculator(RegionLocator locator,
                          Admin admin)  | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.