Uses of Interface
org.apache.hadoop.hbase.ipc.RpcEngine

Packages that use RpcEngine
org.apache.hadoop.hbase.ipc Tools to help define network clients and servers. 
 

Uses of RpcEngine in org.apache.hadoop.hbase.ipc
 

Methods in org.apache.hadoop.hbase.ipc that return RpcEngine
static RpcEngine HBaseRPC.getProtocolEngine(org.apache.hadoop.conf.Configuration conf)
          Returns a new instance of the configured RpcEngine implementation.
 

Methods in org.apache.hadoop.hbase.ipc with parameters of type RpcEngine
static
<T extends VersionedProtocol>
T
HBaseRPC.waitForProxy(RpcEngine rpcClient, Class<T> protocol, long clientVersion, InetSocketAddress addr, org.apache.hadoop.conf.Configuration conf, int maxAttempts, int rpcTimeout, long timeout)
           
 



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