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