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 AsyncRegionServerAdminRSProcedureDispatcher.ExecuteProceduresRemoteCall.getRsAdmin() -
Uses of AsyncRegionServerAdmin in org.apache.hadoop.hbase.replication
Fields in org.apache.hadoop.hbase.replication declared as AsyncRegionServerAdminModifier and TypeFieldDescriptionprivate AsyncRegionServerAdminHBaseReplicationEndpoint.SinkPeer.regionServerMethods in org.apache.hadoop.hbase.replication that return AsyncRegionServerAdminConstructors in org.apache.hadoop.hbase.replication with parameters of type AsyncRegionServerAdminModifierConstructorDescriptionSinkPeer(ServerName serverName, AsyncRegionServerAdmin regionServer)