| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase.ipc |
| 限定符和类型 | 字段和说明 |
|---|---|
protected PoolMap<ConnectionId,RpcClientImpl.Connection> |
RpcClientImpl.connections |
| 限定符和类型 | 方法和说明 |
|---|---|
protected RpcClientImpl.Connection |
RpcClientImpl.createConnection(ConnectionId remoteId,
org.apache.hadoop.hbase.codec.Codec codec,
org.apache.hadoop.io.compress.CompressionCodec compressor)
Creates a connection.
|
protected RpcClientImpl.Connection |
RpcClientImpl.getConnection(org.apache.hadoop.hbase.security.User ticket,
Call call,
InetSocketAddress addr,
org.apache.hadoop.hbase.codec.Codec codec,
org.apache.hadoop.io.compress.CompressionCodec compressor)
Get a connection from the pool, or create a new one and add it to the
pool.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.