Package | Description |
---|---|
org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
Modifier and Type | Field and Description |
---|---|
protected PoolMap<ConnectionId,RpcClientImpl.Connection> |
RpcClientImpl.connections |
Modifier and Type | Method and Description |
---|---|
protected RpcClientImpl.Connection |
RpcClientImpl.createConnection(ConnectionId remoteId,
Codec codec,
org.apache.hadoop.io.compress.CompressionCodec compressor)
Creates a connection.
|
protected RpcClientImpl.Connection |
RpcClientImpl.getConnection(User ticket,
Call call,
InetSocketAddress addr)
Get a connection from the pool, or create a new one and add it to the
pool.
|
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.