Uses of Class
org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl.GenericObjectPoolConfig
-
Packages that use GenericObjectPoolConfig 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 GenericObjectPoolConfig in org.datanucleus.store.rdbms.datasource.dbcp2
Methods in org.datanucleus.store.rdbms.datasource.dbcp2 with parameters of type GenericObjectPoolConfig 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
.private void
BasicDataSource. updateJmxName(GenericObjectPoolConfig<?> config)
-
Uses of GenericObjectPoolConfig in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl
Methods in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl that return GenericObjectPoolConfig Modifier and Type Method Description GenericObjectPoolConfig<T>
GenericObjectPoolConfig. clone()
Methods in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl with parameters of type GenericObjectPoolConfig Modifier and Type Method Description void
GenericObjectPool. setConfig(GenericObjectPoolConfig<T> conf)
Sets the base pool configuration.Constructors in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl with parameters of type GenericObjectPoolConfig Constructor Description GenericObjectPool(PooledObjectFactory<T> factory, GenericObjectPoolConfig<T> config)
Creates a newGenericObjectPool
using a specific configuration.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.
-