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
 

Classes in org.apache.hadoop.hbase.ipc that implement RpcEngine
 class SecureRpcEngine
          A loadable RPC engine supporting SASL authentication of connections, using GSSAPI for Kerberos authentication or DIGEST-MD5 for authentication via signed tokens.
 

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 © 2014 The Apache Software Foundation. All Rights Reserved.