org.apache.hadoop.hbase.ipc
Class RpcClient.BlockingRpcChannelImplementation

java.lang.Object
  extended by 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.


Constructor Summary
protected RpcClient.BlockingRpcChannelImplementation(RpcClient rpcClient, ServerName sn, User ticket, int rpcTimeout)
           
 
Method Summary
 Message callBlockingMethod(Descriptors.MethodDescriptor md, RpcController controller, Message param, Message returnType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RpcClient.BlockingRpcChannelImplementation

protected RpcClient.BlockingRpcChannelImplementation(RpcClient rpcClient,
                                                     ServerName sn,
                                                     User ticket,
                                                     int rpcTimeout)
Method Detail

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.