Uses of Class
org.apache.hadoop.hbase.client.AsyncRegionServerAdmin
Packages that use AsyncRegionServerAdmin
Package
Description
Provides HBase Client
Multi Cluster Replication
-
Uses of AsyncRegionServerAdmin in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client that return AsyncRegionServerAdminModifier and TypeMethodDescriptionAsyncClusterConnection.getRegionServerAdmin
(ServerName serverName) Get the admin service for the given region server.AsyncClusterConnectionImpl.getRegionServerAdmin
(ServerName serverName) -
Uses of AsyncRegionServerAdmin in org.apache.hadoop.hbase.master.procedure
Methods in org.apache.hadoop.hbase.master.procedure that return AsyncRegionServerAdminModifier and TypeMethodDescriptionprivate AsyncRegionServerAdmin
RSProcedureDispatcher.ExecuteProceduresRemoteCall.getRsAdmin()
-
Uses of AsyncRegionServerAdmin in org.apache.hadoop.hbase.replication
Fields in org.apache.hadoop.hbase.replication declared as AsyncRegionServerAdminModifier and TypeFieldDescriptionprivate AsyncRegionServerAdmin
HBaseReplicationEndpoint.SinkPeer.regionServer
Methods in org.apache.hadoop.hbase.replication that return AsyncRegionServerAdminConstructors in org.apache.hadoop.hbase.replication with parameters of type AsyncRegionServerAdminModifierConstructorDescriptionSinkPeer
(ServerName serverName, AsyncRegionServerAdmin regionServer)