Uses of Interface
org.apache.hadoop.hbase.client.ServiceCaller
Packages that use org.apache.hadoop.hbase.client.ServiceCaller
-
Uses of org.apache.hadoop.hbase.client.ServiceCaller in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.ServiceCaller in inModifier and TypeMethodDescription<S,
R> CompletableFuture<R> AsyncAdmin.coprocessorService
(Function<com.google.protobuf.RpcChannel, S> stubMaker, org.apache.hadoop.hbase.client.ServiceCaller<S, R> callable) Execute the given coprocessor call on the master.<S,
R> CompletableFuture<R> AsyncAdmin.coprocessorService
(Function<com.google.protobuf.RpcChannel, S> stubMaker, org.apache.hadoop.hbase.client.ServiceCaller<S, R> callable, org.apache.hadoop.hbase.ServerName serverName) Execute the given coprocessor call on the given region server.<S,
R> CompletableFuture<R> AsyncTable.coprocessorService
(Function<com.google.protobuf.RpcChannel, S> stubMaker, org.apache.hadoop.hbase.client.ServiceCaller<S, R> callable, byte[] row) Execute the given coprocessor call on the region which contains the givenrow
.<S,
R> org.apache.hadoop.hbase.client.AsyncTable.CoprocessorServiceBuilder<S, R> AsyncTable.coprocessorService
(Function<com.google.protobuf.RpcChannel, S> stubMaker, org.apache.hadoop.hbase.client.ServiceCaller<S, R> callable, org.apache.hadoop.hbase.client.AsyncTable.CoprocessorCallback<R> callback) Execute a coprocessor call on the regions which are covered by a range.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.