Uses of Interface
org.apache.hadoop.hbase.client.AsyncAdmin

Packages that use org.apache.hadoop.hbase.client.AsyncAdmin
Package
Description
Provides HBase Client
  • 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 in
    Modifier and Type
    Method
    Description
    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
    AsyncConnection.getAdmin(ExecutorService pool)
    Retrieve an AsyncAdmin implementation to administer an HBase cluster.
    Methods in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.AsyncAdmin in in
    Modifier and Type
    Method
    Description
    static <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.