Package org.apache.hadoop.hbase.client
Interface AsyncSingleRequestRpcRetryingCaller.Callable<T>
- Enclosing class:
- AsyncSingleRequestRpcRetryingCaller<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptioncall
(HBaseRpcController controller, HRegionLocation loc, org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ClientService.Interface stub)
-
Method Details
-
call
CompletableFuture<T> call(HBaseRpcController controller, HRegionLocation loc, org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ClientService.Interface stub)
-