@InterfaceAudience.Private class MasterCoprocessorRpcChannelImpl extends Object implements com.google.protobuf.RpcChannel
Modifier and Type | Field and Description |
---|---|
(package private) AsyncRpcRetryingCallerFactory.MasterRequestCallerBuilder<com.google.protobuf.Message> |
callerBuilder |
Constructor and Description |
---|
MasterCoprocessorRpcChannelImpl(AsyncRpcRetryingCallerFactory.MasterRequestCallerBuilder<com.google.protobuf.Message> callerBuilder) |
Modifier and Type | Method and Description |
---|---|
void |
callMethod(com.google.protobuf.Descriptors.MethodDescriptor method,
com.google.protobuf.RpcController controller,
com.google.protobuf.Message request,
com.google.protobuf.Message responsePrototype,
com.google.protobuf.RpcCallback<com.google.protobuf.Message> done) |
private CompletableFuture<com.google.protobuf.Message> |
rpcCall(com.google.protobuf.Descriptors.MethodDescriptor method,
com.google.protobuf.Message request,
com.google.protobuf.Message responsePrototype,
HBaseRpcController controller,
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.MasterService.Interface stub) |
AsyncRpcRetryingCallerFactory.MasterRequestCallerBuilder<com.google.protobuf.Message> callerBuilder
MasterCoprocessorRpcChannelImpl(AsyncRpcRetryingCallerFactory.MasterRequestCallerBuilder<com.google.protobuf.Message> callerBuilder)
private CompletableFuture<com.google.protobuf.Message> rpcCall(com.google.protobuf.Descriptors.MethodDescriptor method, com.google.protobuf.Message request, com.google.protobuf.Message responsePrototype, HBaseRpcController controller, org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.MasterService.Interface stub)
public void callMethod(com.google.protobuf.Descriptors.MethodDescriptor method, com.google.protobuf.RpcController controller, com.google.protobuf.Message request, com.google.protobuf.Message responsePrototype, com.google.protobuf.RpcCallback<com.google.protobuf.Message> done)
callMethod
in interface com.google.protobuf.RpcChannel
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.