| Package | Description |
|---|---|
| org.datanucleus.store.rdbms.datasource.dbcp2 |
This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0.
|
| org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl |
This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0.
|
| Modifier and Type | Method and Description |
|---|---|
protected GenericObjectPool<PoolableConnection> |
BasicDataSource.createObjectPool(PoolableConnectionFactory factory,
GenericObjectPoolConfig<PoolableConnection> poolConfig,
AbandonedConfig abandonedConfig)
Creates an object pool used to provide pooling support for
JDBC connections. |
| Modifier and Type | Method and Description |
|---|---|
GenericObjectPoolConfig<T> |
GenericObjectPoolConfig.clone() |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericObjectPool.setConfig(GenericObjectPoolConfig<T> conf)
Sets the base pool configuration.
|
| Constructor and Description |
|---|
GenericObjectPool(PooledObjectFactory<T> factory,
GenericObjectPoolConfig<T> config)
Creates a new
GenericObjectPool using a specific
configuration. |
GenericObjectPool(PooledObjectFactory<T> factory,
GenericObjectPoolConfig<T> config,
AbandonedConfig abandonedConfig)
Creates a new
GenericObjectPool that tracks and destroys
objects that are checked out, but never returned to the pool. |
Copyright © 2020. All rights reserved.