Interface AbstractRpcBasedConnectionRegistry.Callable<T>

Enclosing class:
AbstractRpcBasedConnectionRegistry
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

For describing the actual asynchronous rpc call.

Typically, you can use lambda expression to implement this interface as

 (c, s, d) -> s.xxx(c, your request here, d)
 
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    call(HBaseRpcController controller, org.apache.hadoop.hbase.shaded.protobuf.generated.RegistryProtos.ClientMetaService.Interface stub, org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<T> done)
     
  • Method Details

    • call

      void call(HBaseRpcController controller, org.apache.hadoop.hbase.shaded.protobuf.generated.RegistryProtos.ClientMetaService.Interface stub, org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<T> done)