Uses of Class
org.apache.commons.pool.PoolUtils.ErodingFactor
Packages that use PoolUtils.ErodingFactor
-
Uses of PoolUtils.ErodingFactor in org.apache.commons.pool
Fields in org.apache.commons.pool declared as PoolUtils.ErodingFactorModifier and TypeFieldDescriptionprivate final PoolUtils.ErodingFactor
PoolUtils.ErodingKeyedObjectPool.erodingFactor
Erosion factorprivate final PoolUtils.ErodingFactor
PoolUtils.ErodingObjectPool.factor
Erosion factorFields in org.apache.commons.pool with type parameters of type PoolUtils.ErodingFactorModifier and TypeFieldDescriptionprivate final Map<K,
PoolUtils.ErodingFactor> PoolUtils.ErodingPerKeyKeyedObjectPool.factors
Map of ErodingFactor instances keyed on pool keysMethods in org.apache.commons.pool that return PoolUtils.ErodingFactorModifier and TypeMethodDescriptionprotected PoolUtils.ErodingFactor
PoolUtils.ErodingKeyedObjectPool.getErodingFactor
(K key) Returns the eroding factor for the given keyprotected PoolUtils.ErodingFactor
PoolUtils.ErodingPerKeyKeyedObjectPool.getErodingFactor
(K key) Returns the eroding factor for the given keyConstructors in org.apache.commons.pool with parameters of type PoolUtils.ErodingFactorModifierConstructorDescriptionprotected
ErodingKeyedObjectPool
(KeyedObjectPool<K, V> keyedPool, PoolUtils.ErodingFactor erodingFactor) Create an ErodingObjectPool wrapping the given pool using the specified erosion factor.