| 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 |
|---|---|
Admin |
Connection.getAdmin()
Retrieve an Admin implementation to administer an HBase cluster.
|
| Modifier and Type | Method and Description |
|---|---|
protected Admin |
TableInputFormatBase.getAdmin()
Allows subclasses to get the
Admin. |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.hadoop.hbase.mapreduce.RegionSizeCalculator |
TableInputFormatBase.createRegionSizeCalculator(RegionLocator locator,
Admin admin) |
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.