Package | Description |
---|---|
org.mariadb.jdbc | |
org.mariadb.jdbc.internal.util.pool |
Modifier and Type | Field and Description |
---|---|
private Pool |
MariaDbPoolDataSource.pool |
private Pool |
MariaDbDataSource.pool |
Modifier and Type | Method and Description |
---|---|
Pool |
MariaDbPoolDataSource.testGetPool()
Get pool.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<UrlParser,Pool> |
Pools.poolMap |
Modifier and Type | Method and Description |
---|---|
static Pool |
Pools.retrievePool(UrlParser urlParser)
Get existing pool for a configuration.
|
Modifier and Type | Method and Description |
---|---|
static void |
Pools.remove(Pool pool)
Remove pool.
|