Uses of Class
org.apache.hadoop.hbase.ipc.ConnectionId
Packages that use ConnectionId
-
Uses of ConnectionId in org.apache.hadoop.hbase.ipc
Fields in org.apache.hadoop.hbase.ipc declared as ConnectionIdFields in org.apache.hadoop.hbase.ipc with type parameters of type ConnectionIdModifier and TypeFieldDescriptionprivate final PoolMap<ConnectionId,
T> AbstractRpcClient.connections
Methods in org.apache.hadoop.hbase.ipc that return ConnectionIdMethods in org.apache.hadoop.hbase.ipc that return types with arguments of type ConnectionIdModifier and TypeMethodDescription(package private) PoolMap<ConnectionId,
T> AbstractRpcClient.getConnections()
Methods in org.apache.hadoop.hbase.ipc with parameters of type ConnectionIdModifier and TypeMethodDescriptionprotected abstract T
AbstractRpcClient.createConnection
(ConnectionId remoteId) Not connected.protected BlockingRpcConnection
BlockingRpcClient.createConnection
(ConnectionId remoteId) Creates a connection.protected NettyRpcConnection
NettyRpcClient.createConnection
(ConnectionId remoteId) private T
AbstractRpcClient.getConnection
(ConnectionId remoteId) Get a connection from the pool, or create a new one and add it to the pool.Constructors in org.apache.hadoop.hbase.ipc with parameters of type ConnectionIdModifierConstructorDescription(package private)
BlockingRpcConnection
(BlockingRpcClient rpcClient, ConnectionId remoteId) (package private)
NettyRpcConnection
(NettyRpcClient rpcClient, ConnectionId remoteId) protected
RpcConnection
(org.apache.hadoop.conf.Configuration conf, org.apache.hbase.thirdparty.io.netty.util.HashedWheelTimer timeoutTimer, ConnectionId remoteId, String clusterId, boolean isSecurityEnabled, Codec codec, org.apache.hadoop.io.compress.CompressionCodec compressor, CellBlockBuilder cellBlockBuilder, MetricsConnection metrics, Map<String, byte[]> connectionAttributes)