Package | Description |
---|---|
org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
Modifier and Type | Class and Description |
---|---|
protected class |
SecureClient.SecureConnection
Thread that reads responses and notifies callers.
|
Modifier and Type | Field and Description |
---|---|
protected PoolMap<HBaseClient.ConnectionId,HBaseClient.Connection> |
HBaseClient.connections |
Modifier and Type | Method and Description |
---|---|
protected HBaseClient.Connection |
HBaseClient.createConnection(HBaseClient.ConnectionId remoteId)
Creates a connection.
|
protected HBaseClient.Connection |
HBaseClient.getConnection(InetSocketAddress addr,
Class<? extends VersionedProtocol> protocol,
User ticket,
int rpcTimeout,
HBaseClient.Call call) |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.