Uses of Interface
org.apache.hadoop.hbase.client.AsyncTableRegionLocator
Packages that use org.apache.hadoop.hbase.client.AsyncTableRegionLocator
-
Uses of org.apache.hadoop.hbase.client.AsyncTableRegionLocator in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.client.AsyncTableRegionLocator in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.client.AsyncTableRegionLocator
AsyncConnection.getRegionLocator
(org.apache.hadoop.hbase.TableName tableName) Retrieve a AsyncRegionLocator implementation to inspect region information on a table.org.apache.hadoop.hbase.client.AsyncTableRegionLocator
AsyncConnectionImpl.getRegionLocator
(org.apache.hadoop.hbase.TableName tableName) org.apache.hadoop.hbase.client.AsyncTableRegionLocator
AsyncTable.getRegionLocator()
Gets theAsyncTableRegionLocator
for this table.