Uses of Class
org.apache.commons.pool.PoolUtils.ErodingKeyedObjectPool
-
Packages that use PoolUtils.ErodingKeyedObjectPool Package Description org.apache.commons.pool Object pooling API. -
-
Uses of PoolUtils.ErodingKeyedObjectPool in org.apache.commons.pool
Subclasses of PoolUtils.ErodingKeyedObjectPool in org.apache.commons.pool Modifier and Type Class Description private static class
PoolUtils.ErodingPerKeyKeyedObjectPool<K,V>
Extends ErodingKeyedObjectPool to allow erosion to take place on a per-key basis.
-