Uses of Class
org.apache.commons.pool2.impl.GenericObjectPoolConfig
-
Uses of GenericObjectPoolConfig in org.apache.commons.pool2.impl
Modifier and TypeMethodDescriptionvoid
GenericObjectPool.setConfig
(GenericObjectPoolConfig<T> conf) Sets the base pool configuration.ModifierConstructorDescriptionGenericObjectPool
(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.