Uses of Class
org.apache.hadoop.hbase.client.AsyncRegionServerAdmin

Packages that use org.apache.hadoop.hbase.client.AsyncRegionServerAdmin
Package
Description
Provides HBase Client
Multi Cluster Replication
  • Uses of org.apache.hadoop.hbase.client.AsyncRegionServerAdmin in org.apache.hadoop.hbase.client

    Methods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.client.AsyncRegionServerAdmin in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.client.AsyncRegionServerAdmin
    AsyncClusterConnection.getRegionServerAdmin(org.apache.hadoop.hbase.ServerName serverName)
    Get the admin service for the given region server.
  • Uses of org.apache.hadoop.hbase.client.AsyncRegionServerAdmin in org.apache.hadoop.hbase.replication

    Methods in org.apache.hadoop.hbase.replication that return org.apache.hadoop.hbase.client.AsyncRegionServerAdmin in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.client.AsyncRegionServerAdmin
    HBaseReplicationEndpoint.SinkPeer.getRegionServer()
     
    Constructors in org.apache.hadoop.hbase.replication with parameters of type org.apache.hadoop.hbase.client.AsyncRegionServerAdmin in in
    Modifier
    Constructor
    Description
     
    SinkPeer(org.apache.hadoop.hbase.ServerName serverName, org.apache.hadoop.hbase.client.AsyncRegionServerAdmin regionServer)