Uses of Class
org.apache.commons.pool2.impl.AbandonedConfig
-
Uses of AbandonedConfig in org.apache.commons.pool2.impl
Modifier and TypeFieldDescriptionprotected AbandonedConfig
BaseGenericObjectPool.abandonedConfig
Additional configuration properties for abandoned object tracking.Modifier and TypeMethodDescriptionstatic AbandonedConfig
AbandonedConfig.copy
(AbandonedConfig abandonedConfig) Creates a new instance with values from the given instance.Modifier and TypeMethodDescriptionstatic AbandonedConfig
AbandonedConfig.copy
(AbandonedConfig abandonedConfig) Creates a new instance with values from the given instance.void
BaseGenericObjectPool.setAbandonedConfig
(AbandonedConfig abandonedConfig) Sets the abandoned object removal configuration.ModifierConstructorDescriptionGenericKeyedObjectPool
(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.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.