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.AsyncTableRegionLocatorAsyncConnection.getRegionLocator(org.apache.hadoop.hbase.TableName tableName) Retrieve a AsyncRegionLocator implementation to inspect region information on a table.org.apache.hadoop.hbase.client.AsyncTableRegionLocatorAsyncConnectionImpl.getRegionLocator(org.apache.hadoop.hbase.TableName tableName) org.apache.hadoop.hbase.client.AsyncTableRegionLocatorAsyncTable.getRegionLocator()Gets theAsyncTableRegionLocatorfor this table.