@InterfaceAudience.Private public class RegionServerCoprocessorRpcChannelImpl extends Object implements com.google.protobuf.RpcChannel
Modifier and Type | Field and Description |
---|---|
(package private) AsyncRpcRetryingCallerFactory.ServerRequestCallerBuilder<com.google.protobuf.Message> |
callerBuilder |
Constructor and Description |
---|
RegionServerCoprocessorRpcChannelImpl(AsyncRpcRetryingCallerFactory.ServerRequestCallerBuilder<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.ClientProtos.ClientService.Interface stub) |
AsyncRpcRetryingCallerFactory.ServerRequestCallerBuilder<com.google.protobuf.Message> callerBuilder
RegionServerCoprocessorRpcChannelImpl(AsyncRpcRetryingCallerFactory.ServerRequestCallerBuilder<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.ClientProtos.ClientService.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.