| Package | Description |
|---|---|
| org.apache.hadoop.hbase.client |
Provides HBase Client
|
| Modifier and Type | Method and Description |
|---|---|
AsyncAdmin |
AsyncAdminBuilder.build()
Create a
AsyncAdmin instance. |
default AsyncAdmin |
AsyncConnection.getAdmin()
Retrieve an
AsyncAdmin implementation to administer an HBase cluster. |
default AsyncAdmin |
AsyncConnection.getAdmin(ExecutorService pool)
Retrieve an
AsyncAdmin implementation to administer an HBase cluster. |
| Modifier and Type | Method and Description |
|---|---|
static <S,R> CompletableFuture<Map<ServerName,Object>> |
AsyncAdminClientUtils.coprocessorServiceOnAllRegionServers(AsyncAdmin asyncAdmin,
Function<com.google.protobuf.RpcChannel,S> stubMaker,
ServiceCaller<S,R> callable)
Execute the given coprocessor call on all region servers.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.