Uses of Interface
org.apache.hadoop.hbase.client.AsyncTableRegionLocator

Packages that use org.apache.hadoop.hbase.client.AsyncTableRegionLocator
Package
Description
Provides HBase Client
  • 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 in
    Modifier and Type
    Method
    Description
    org.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 the AsyncTableRegionLocator for this table.