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 SummaryModifier and TypeMethodDescriptioncall(HBaseRpcController controller, HRegionLocation loc, org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ClientService.Interface stub) 
- 
Method Details- 
callCompletableFuture<T> call(HBaseRpcController controller, HRegionLocation loc, org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ClientService.Interface stub) 
 
-