Uses of Class
org.apache.commons.pool2.impl.PooledSoftReference
Packages that use PooledSoftReference
-
Uses of PooledSoftReference in org.apache.commons.pool2.impl
Fields in org.apache.commons.pool2.impl with type parameters of type PooledSoftReferenceModifier and TypeFieldDescriptionprivate final ArrayList<PooledSoftReference<T>>SoftReferenceObjectPool.allReferencesAll references - checked out or waiting to be borrowed.private final LinkedBlockingDeque<PooledSoftReference<T>>SoftReferenceObjectPool.idleReferencesIdle references - waiting to be borrowedMethods in org.apache.commons.pool2.impl that return PooledSoftReferenceModifier and TypeMethodDescriptionprivate PooledSoftReference<T>SoftReferenceObjectPool.findReference(T obj) Finds the PooledSoftReference in allReferences that points to obj.Methods in org.apache.commons.pool2.impl with parameters of type PooledSoftReferenceModifier and TypeMethodDescriptionprivate voidSoftReferenceObjectPool.destroy(PooledSoftReference<T> toDestroy) Destroys aPooledSoftReferenceand removes it from the idle and all references pools.Method parameters in org.apache.commons.pool2.impl with type arguments of type PooledSoftReferenceModifier and TypeMethodDescriptionprivate voidSoftReferenceObjectPool.removeClearedReferences(Iterator<PooledSoftReference<T>> iterator) Clears cleared references from iterator's collection