Package org.apache.hadoop.hbase.client
Interface AsyncMasterRequestRpcRetryingCaller.Callable<T>
- Enclosing class:
 - AsyncMasterRequestRpcRetryingCaller<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, org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.MasterService.Interface stub)  
- 
Method Details
- 
call
CompletableFuture<T> call(HBaseRpcController controller, org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.MasterService.Interface stub)  
 -