Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
AsyncTableRegionLocatorImpl
The implementation of AsyncRegionLocator.
|
Modifier and Type | Method and Description |
---|---|
AsyncTableRegionLocator |
AsyncTable.getRegionLocator()
Gets the
AsyncTableRegionLocator for this table. |
AsyncTableRegionLocator |
RawAsyncTableImpl.getRegionLocator() |
AsyncTableRegionLocator |
AsyncTableImpl.getRegionLocator() |
AsyncTableRegionLocator |
AsyncConnection.getRegionLocator(TableName tableName)
Retrieve a AsyncRegionLocator implementation to inspect region information on a table.
|
AsyncTableRegionLocator |
AsyncConnectionImpl.getRegionLocator(TableName tableName) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.