Package | Description |
---|---|
org.mariadb.jdbc | |
org.mariadb.jdbc.internal.util.pool |
Modifier and Type | Class and Description |
---|---|
class |
MariaXaConnection |
Modifier and Type | Field and Description |
---|---|
MariaDbPooledConnection |
MariaDbConnection.pooledConnection |
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.LinkedBlockingDeque<MariaDbPooledConnection> |
Pool.idleConnections |
Modifier and Type | Method and Description |
---|---|
private MariaDbPooledConnection |
Pool.createPoolConnection(MariaDbConnection connection) |
private MariaDbPooledConnection |
Pool.getIdleConnection() |
private MariaDbPooledConnection |
Pool.getIdleConnection(long timeout,
java.util.concurrent.TimeUnit timeUnit)
Get an existing idle connection in pool.
|
Modifier and Type | Method and Description |
---|---|
private void |
Pool.silentAbortConnection(MariaDbPooledConnection item) |
private void |
Pool.silentCloseConnection(MariaDbPooledConnection item) |
Modifier and Type | Method and Description |
---|---|
private void |
Pool.closeAll(java.util.concurrent.ExecutorService connectionRemover,
java.util.Collection<MariaDbPooledConnection> collection) |