Uses of Class
org.apache.commons.pool2.PoolUtils.ErodingFactor
-
Packages that use PoolUtils.ErodingFactor Package Description org.apache.commons.pool2 Object pooling API. -
-
Uses of PoolUtils.ErodingFactor in org.apache.commons.pool2
Fields in org.apache.commons.pool2 declared as PoolUtils.ErodingFactor Modifier and Type Field Description private PoolUtils.ErodingFactorPoolUtils.ErodingKeyedObjectPool. erodingFactorErosion factorprivate PoolUtils.ErodingFactorPoolUtils.ErodingObjectPool. factorErosion factorFields in org.apache.commons.pool2 with type parameters of type PoolUtils.ErodingFactor Modifier and Type Field Description private java.util.Map<K,PoolUtils.ErodingFactor>PoolUtils.ErodingPerKeyKeyedObjectPool. factorsMap of ErodingFactor instances keyed on pool keysMethods in org.apache.commons.pool2 that return PoolUtils.ErodingFactor Modifier and Type Method Description protected PoolUtils.ErodingFactorPoolUtils.ErodingKeyedObjectPool. getErodingFactor(K key)Returns the eroding factor for the given keyprotected PoolUtils.ErodingFactorPoolUtils.ErodingPerKeyKeyedObjectPool. getErodingFactor(K key)Returns the eroding factor for the given keyConstructors in org.apache.commons.pool2 with parameters of type PoolUtils.ErodingFactor Constructor Description ErodingKeyedObjectPool(KeyedObjectPool<K,V> keyedPool, PoolUtils.ErodingFactor erodingFactor)Create an ErodingObjectPool wrapping the given pool using the specified erosion factor.
-