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 AbandonedConfigBasicDataSource. abandonedConfigMethods 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 AbandonedConfigGenericObjectPool. abandonedConfigMethods in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl with parameters of type AbandonedConfig Modifier and Type Method Description private voidGenericObjectPool. removeAbandoned(AbandonedConfig ac)Recovers abandoned objects which have been checked out but not used since longer than the removeAbandonedTimeout.voidGenericObjectPool. 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 newGenericObjectPoolthat tracks and destroys objects that are checked out, but never returned to the pool.
-