org.apache.hadoop.hbase.ipc
Interface RpcClientEngine

All Known Implementing Classes:
ProtobufRpcClientEngine

@InterfaceAudience.Private
public interface RpcClientEngine

An RPC implementation for the client


Method Summary
 void close()
          Shutdown this instance
 HBaseClient getClient()
           
<T extends IpcProtocol>
T
getProxy(Class<T> protocol, InetSocketAddress addr, org.apache.hadoop.conf.Configuration conf, int rpcTimeout)
          Construct a client-side proxy object.
 

Method Detail

getProxy

<T extends IpcProtocol> T getProxy(Class<T> protocol,
                                   InetSocketAddress addr,
                                   org.apache.hadoop.conf.Configuration conf,
                                   int rpcTimeout)
                               throws IOException
Construct a client-side proxy object.

Throws:
IOException

close

void close()
Shutdown this instance


getClient

HBaseClient getClient()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.