Uses of Interface
org.apache.hadoop.hbase.client.ConnectionUtils.RpcCall
-
Uses of ConnectionUtils.RpcCall in org.apache.hadoop.hbase.client
Modifier and TypeMethodDescription(package private) static <REQ,
PREQ, PRESP, RESP>
CompletableFuture<RESP>ConnectionUtils.call
(HBaseRpcController controller, HRegionLocation loc, org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ClientService.Interface stub, REQ req, ConnectionUtils.Converter<PREQ, byte[], REQ> reqConvert, ConnectionUtils.RpcCall<PRESP, PREQ> rpcCall, ConnectionUtils.Converter<RESP, HBaseRpcController, PRESP> respConverter)