Uses of Class
org.apache.commons.pool2.PoolUtils.ErodingKeyedObjectPool
-
Packages that use PoolUtils.ErodingKeyedObjectPool Package Description org.apache.commons.pool2 Object pooling API. -
-
Uses of PoolUtils.ErodingKeyedObjectPool in org.apache.commons.pool2
Subclasses of PoolUtils.ErodingKeyedObjectPool in org.apache.commons.pool2 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.
-