Uses of Class
org.apache.commons.pool2.impl.GenericKeyedObjectPoolConfig
-
Uses of GenericKeyedObjectPoolConfig in org.apache.commons.pool2.impl
Modifier and TypeMethodDescriptionvoid
GenericKeyedObjectPool.setConfig
(GenericKeyedObjectPoolConfig<T> conf) Sets the configuration.ModifierConstructorDescriptionGenericKeyedObjectPool
(KeyedPooledObjectFactory<K, T> factory, GenericKeyedObjectPoolConfig<T> config) Constructs a newGenericKeyedObjectPool
using a specific configuration.GenericKeyedObjectPool
(KeyedPooledObjectFactory<K, T> factory, GenericKeyedObjectPoolConfig<T> config, AbandonedConfig abandonedConfig) Creates a newGenericKeyedObjectPool
that tracks and destroys objects that are checked out, but never returned to the pool.