Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Class and Description |
---|---|
class |
HRegionLocator
An implementation of
RegionLocator . |
Modifier and Type | Method and Description |
---|---|
RegionLocator |
Table.getRegionLocator()
Gets the
RegionLocator for this table. |
RegionLocator |
HTable.getRegionLocator() |
RegionLocator |
Connection.getRegionLocator(TableName tableName)
Retrieve a RegionLocator implementation to inspect region information on a table.
|
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.