Uses of Class
org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl.GenericObjectPoolConfig
Packages that use GenericObjectPoolConfig
Package
Description
This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0.
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 GenericObjectPoolConfigModifier and TypeMethodDescriptionprotected 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 GenericObjectPoolConfigMethods in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl with parameters of type GenericObjectPoolConfigModifier and TypeMethodDescriptionvoid
GenericObjectPool.setConfig
(GenericObjectPoolConfig<T> conf) Sets the base pool configuration.Constructors in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl with parameters of type GenericObjectPoolConfigModifierConstructorDescriptionGenericObjectPool
(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.