public static class AbstractRpcClient.RpcChannelImplementation extends Object implements com.google.protobuf.RpcChannel
Modifier | Constructor and Description |
---|---|
protected |
AbstractRpcClient.RpcChannelImplementation(AbstractRpcClient<?> rpcClient,
InetSocketAddress addr,
User ticket,
int rpcTimeout) |
Modifier and Type | Method and Description |
---|---|
void |
callMethod(com.google.protobuf.Descriptors.MethodDescriptor md,
com.google.protobuf.RpcController controller,
com.google.protobuf.Message param,
com.google.protobuf.Message returnType,
com.google.protobuf.RpcCallback<com.google.protobuf.Message> done) |
protected AbstractRpcClient.RpcChannelImplementation(AbstractRpcClient<?> rpcClient, InetSocketAddress addr, User ticket, int rpcTimeout) throws UnknownHostException
UnknownHostException
public void callMethod(com.google.protobuf.Descriptors.MethodDescriptor md, com.google.protobuf.RpcController controller, com.google.protobuf.Message param, com.google.protobuf.Message returnType, 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.