@FunctionalInterface private static interface MasterRegistry.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.MasterProtos.ClientMetaService.Interface stub,
    org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<T> done) | 
void call(HBaseRpcController controller, org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.ClientMetaService.Interface stub, org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<T> done)
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.