| Package | Description |
|---|---|
| com.mysql.cj.xdevapi |
Java classes for X DevAPI support.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.Set<java.lang.ref.WeakReference<ClientImpl.PooledXProtocol>> |
ClientImpl.activeProtocols |
(package private) java.util.concurrent.BlockingQueue<ClientImpl.PooledXProtocol> |
ClientImpl.idleProtocols |
| Modifier and Type | Method and Description |
|---|---|
private ClientImpl.PooledXProtocol |
ClientImpl.newPooledXProtocol(HostInfo hi) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
ClientImpl.idleProtocol(ClientImpl.PooledXProtocol prot) |
private void |
ClientImpl.removeActivePooledXProtocol(ClientImpl.PooledXProtocol prot) |