public static class AbstractRpcClient.BlockingRpcChannelImplementation extends Object implements com.google.protobuf.BlockingRpcChannel
| Modifier | Constructor and Description |
|---|---|
protected |
BlockingRpcChannelImplementation(AbstractRpcClient rpcClient,
ServerName sn,
org.apache.hadoop.hbase.security.User ticket,
int channelOperationTimeout) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Message |
callBlockingMethod(com.google.protobuf.Descriptors.MethodDescriptor md,
com.google.protobuf.RpcController controller,
com.google.protobuf.Message param,
com.google.protobuf.Message returnType) |
protected BlockingRpcChannelImplementation(AbstractRpcClient rpcClient, ServerName sn, org.apache.hadoop.hbase.security.User ticket, int channelOperationTimeout) throws UnknownHostException
channelOperationTimeout - - the default timeout when no timeout is givenUnknownHostExceptionpublic com.google.protobuf.Message callBlockingMethod(com.google.protobuf.Descriptors.MethodDescriptor md,
com.google.protobuf.RpcController controller,
com.google.protobuf.Message param,
com.google.protobuf.Message returnType)
throws com.google.protobuf.ServiceException
callBlockingMethod in interface com.google.protobuf.BlockingRpcChannelcom.google.protobuf.ServiceExceptionCopyright © 2007–2017. All rights reserved.