| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.ipc | 
 Tools to help define network clients and servers. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected PoolMap<ConnectionId,T> | 
AbstractRpcClient.connections  | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract T | 
AbstractRpcClient.createConnection(ConnectionId remoteId)
Not connected. 
 | 
protected org.apache.hadoop.hbase.ipc.NettyRpcConnection | 
NettyRpcClient.createConnection(ConnectionId remoteId)  | 
protected org.apache.hadoop.hbase.ipc.BlockingRpcConnection | 
BlockingRpcClient.createConnection(ConnectionId remoteId)
Creates a connection. 
 | 
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.