Package | Description |
---|---|
org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
Modifier and Type | Class and Description |
---|---|
class |
SecureRpcEngine
A loadable RPC engine supporting SASL authentication of connections, using
GSSAPI for Kerberos authentication or DIGEST-MD5 for authentication via
signed tokens.
|
Modifier and Type | Method and Description |
---|---|
static RpcEngine |
HBaseRPC.getProtocolEngine(org.apache.hadoop.conf.Configuration conf)
Returns a new instance of the configured
RpcEngine implementation. |
Modifier and Type | Method and Description |
---|---|
static <T extends VersionedProtocol> |
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.