| Package | Description |
|---|---|
| org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl |
This is a repackaged Apache Commons DBCP v2.1.1 and Apache Commons Pool v2.4.2.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GenericObjectPool.setAbandonedConfig(AbandonedConfig abandonedConfig)
Sets the abandoned object removal configuration.
|
| Constructor and Description |
|---|
GenericObjectPool(PooledObjectFactory<T> factory,
GenericObjectPoolConfig config,
AbandonedConfig abandonedConfig)
Create a new
GenericObjectPool that tracks and destroys
objects that are checked out, but never returned to the pool. |
Copyright © 2020. All rights reserved.