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
Fields in org.apache.commons.pool2.impl with type parameters of type BaseGenericObjectPool.IdentityWrapper Modifier and Type Field Description private java.util.Map<BaseGenericObjectPool.IdentityWrapper<S>,PooledObject<S>>
GenericKeyedObjectPool.ObjectDeque. allObjects
private java.util.Map<BaseGenericObjectPool.IdentityWrapper<T>,PooledObject<T>>
GenericObjectPool. allObjects
Methods in org.apache.commons.pool2.impl that return types with arguments of type BaseGenericObjectPool.IdentityWrapper Modifier and Type Method Description java.util.Map<BaseGenericObjectPool.IdentityWrapper<S>,PooledObject<S>>
GenericKeyedObjectPool.ObjectDeque. getAllObjects()
Obtain all the objects for the current key.
-