Uses of Class
org.apache.commons.pool2.impl.AbandonedConfig
-
Packages that use AbandonedConfig Package Description org.apache.commons.pool2.impl Object pooling API implementations. -
-
Uses of AbandonedConfig in org.apache.commons.pool2.impl
Fields in org.apache.commons.pool2.impl declared as AbandonedConfig Modifier and Type Field Description protected AbandonedConfigBaseGenericObjectPool. abandonedConfigAdditional configuration properties for abandoned object tracking.Methods in org.apache.commons.pool2.impl that return AbandonedConfig Modifier and Type Method Description static AbandonedConfigAbandonedConfig. copy(AbandonedConfig abandonedConfig)Creates a new instance with values from the given instance.Methods in org.apache.commons.pool2.impl with parameters of type AbandonedConfig Modifier and Type Method Description static AbandonedConfigAbandonedConfig. copy(AbandonedConfig abandonedConfig)Creates a new instance with values from the given instance.voidBaseGenericObjectPool. setAbandonedConfig(AbandonedConfig abandonedConfig)Sets the abandoned object removal configuration.Constructors in org.apache.commons.pool2.impl with parameters of type AbandonedConfig Constructor Description GenericKeyedObjectPool(KeyedPooledObjectFactory<K,T> factory, GenericKeyedObjectPoolConfig<T> config, AbandonedConfig abandonedConfig)Creates a newGenericKeyedObjectPoolthat 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 newGenericObjectPoolthat tracks and destroys objects that are checked out, but never returned to the pool.
-