Uses of Class
org.apache.commons.pool2.impl.BaseGenericObjectPool.IdentityWrapper
Packages that use BaseGenericObjectPool.IdentityWrapper
-
Uses of BaseGenericObjectPool.IdentityWrapper in org.apache.commons.pool2.impl
Fields in org.apache.commons.pool2.impl with type parameters of type BaseGenericObjectPool.IdentityWrapperModifier and TypeFieldDescriptionprivate final Map<BaseGenericObjectPool.IdentityWrapper<S>,PooledObject<S>> GenericKeyedObjectPool.ObjectDeque.allObjectsprivate final ConcurrentHashMap<BaseGenericObjectPool.IdentityWrapper<T>,PooledObject<T>> GenericObjectPool.allObjectsMethods in org.apache.commons.pool2.impl that return types with arguments of type BaseGenericObjectPool.IdentityWrapperModifier and TypeMethodDescriptionGenericKeyedObjectPool.ObjectDeque.getAllObjects()Gets all the objects for the current key.Method parameters in org.apache.commons.pool2.impl with type arguments of type BaseGenericObjectPool.IdentityWrapperModifier and TypeMethodDescription(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.