public static class AsyncRpcClient.RpcChannelImplementation extends Object implements RpcChannel
Modifier | Constructor and Description |
---|---|
protected |
AsyncRpcClient.RpcChannelImplementation(AsyncRpcClient rpcClient,
ServerName sn,
User ticket,
int channelOperationTimeout) |
Modifier and Type | Method and Description |
---|---|
void |
callMethod(Descriptors.MethodDescriptor md,
RpcController controller,
Message param,
Message returnType,
RpcCallback<Message> done) |
protected AsyncRpcClient.RpcChannelImplementation(AsyncRpcClient rpcClient, ServerName sn, User ticket, int channelOperationTimeout)
channelOperationTimeout
- - the default timeout when no timeout is givenpublic void callMethod(Descriptors.MethodDescriptor md, RpcController controller, Message param, Message returnType, RpcCallback<Message> done)
callMethod
in interface RpcChannel
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.