@FunctionalInterface protected static interface AbstractRpcBasedConnectionRegistry.Callable<T>
(c, s, d) -> s.xxx(c, your request here, d)
Modifier and Type | Method and 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) |
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)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.