Uses of Interface
org.apache.hadoop.hbase.client.AsyncAdmin
Packages that use org.apache.hadoop.hbase.client.AsyncAdmin
-
Uses of org.apache.hadoop.hbase.client.AsyncAdmin in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.client.AsyncAdmin in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.client.AsyncAdmin
AsyncAdminBuilder.build()
Create aAsyncAdmin
instance.default org.apache.hadoop.hbase.client.AsyncAdmin
AsyncConnection.getAdmin()
Retrieve anAsyncAdmin
implementation to administer an HBase cluster.default org.apache.hadoop.hbase.client.AsyncAdmin
AsyncConnection.getAdmin
(ExecutorService pool) Retrieve anAsyncAdmin
implementation to administer an HBase cluster.Methods in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.AsyncAdmin in inModifier and TypeMethodDescriptionstatic <S,
R> CompletableFuture<Map<org.apache.hadoop.hbase.ServerName, Object>> 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.