Uses of Class
org.apache.commons.pool2.impl.BaseGenericObjectPool.IdentityWrapper
-
Packages that use BaseGenericObjectPool.IdentityWrapper Package Description org.apache.commons.pool2.impl Object pooling API implementations. -
-
Uses of BaseGenericObjectPool.IdentityWrapper in org.apache.commons.pool2.impl
Method parameters in org.apache.commons.pool2.impl with type arguments of type BaseGenericObjectPool.IdentityWrapper Modifier and Type Method Description (package private) ArrayList<PooledObject<T>>BaseGenericObjectPool. createRemoveList(AbandonedConfig abandonedConfig, Map<BaseGenericObjectPool.IdentityWrapper<T>,PooledObject<T>> allObjects)Creates a list of pooled objects to remove based on their state.
-