Uses of Class
org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl.AbandonedConfig
-
Packages that use AbandonedConfig 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. -
-
Uses of AbandonedConfig in org.datanucleus.store.rdbms.datasource.dbcp2
Fields in org.datanucleus.store.rdbms.datasource.dbcp2 declared as AbandonedConfig Modifier and Type Field Description private AbandonedConfig
BasicDataSource. abandonedConfig
Methods in org.datanucleus.store.rdbms.datasource.dbcp2 with parameters of type AbandonedConfig Modifier and Type Method Description protected GenericObjectPool<PoolableConnection>
BasicDataSource. createObjectPool(PoolableConnectionFactory factory, GenericObjectPoolConfig<PoolableConnection> poolConfig, AbandonedConfig abandonedConfig)
Creates an object pool used to provide pooling support forJDBC connections
. -
Uses of AbandonedConfig in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl
Fields in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl declared as AbandonedConfig Modifier and Type Field Description private AbandonedConfig
GenericObjectPool. abandonedConfig
Methods in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl with parameters of type AbandonedConfig Modifier and Type Method Description private void
GenericObjectPool. removeAbandoned(AbandonedConfig ac)
Recovers abandoned objects which have been checked out but not used since longer than the removeAbandonedTimeout.void
GenericObjectPool. setAbandonedConfig(AbandonedConfig abandonedConfig)
Sets the abandoned object removal configuration.Constructors in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl with parameters of type AbandonedConfig Constructor Description GenericObjectPool(PooledObjectFactory<T> factory, GenericObjectPoolConfig<T> config, AbandonedConfig abandonedConfig)
Creates a newGenericObjectPool
that tracks and destroys objects that are checked out, but never returned to the pool.
-