Packages that use org.apache.hadoop.hbase.client.AsyncAdmin
-
org.apache.hadoop.hbase.client.AsyncAdmin
AsyncAdminBuilder.build()
Create a AsyncAdmin
instance.
default org.apache.hadoop.hbase.client.AsyncAdmin
AsyncConnection.getAdmin()
Retrieve an AsyncAdmin
implementation to administer an HBase cluster.
default org.apache.hadoop.hbase.client.AsyncAdmin
Retrieve an AsyncAdmin
implementation to administer an HBase cluster.
AsyncAdminClientUtils.coprocessorServiceOnAllRegionServers(org.apache.hadoop.hbase.client.AsyncAdmin asyncAdmin,
Function<com.google.protobuf.RpcChannel,S> stubMaker,
org.apache.hadoop.hbase.client.ServiceCaller<S,R> callable)
Execute the given coprocessor call on all region servers.