org.apache.hadoop.hbase.ipc
Class RpcClient.BlockingRpcChannelImplementation
java.lang.Object
org.apache.hadoop.hbase.ipc.RpcClient.BlockingRpcChannelImplementation
- All Implemented Interfaces:
- BlockingRpcChannel
- Enclosing class:
- RpcClient
public static class RpcClient.BlockingRpcChannelImplementation
- extends Object
- implements BlockingRpcChannel
Blocking rpc channel that goes via hbase rpc.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RpcClient.BlockingRpcChannelImplementation
protected RpcClient.BlockingRpcChannelImplementation(RpcClient rpcClient,
ServerName sn,
User ticket,
int rpcTimeout)
callBlockingMethod
public Message callBlockingMethod(Descriptors.MethodDescriptor md,
RpcController controller,
Message param,
Message returnType)
throws ServiceException
- Specified by:
callBlockingMethod
in interface BlockingRpcChannel
- Throws:
ServiceException
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.