Uses of Class
org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl.PooledSoftReference
Packages that use PooledSoftReference
Package
Description
This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0.
-
Uses of PooledSoftReference in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl
Fields in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl with type parameters of type PooledSoftReferenceModifier and TypeFieldDescriptionprivate final ArrayList
<PooledSoftReference<T>> SoftReferenceObjectPool.allReferences
All references - checked out or waiting to be borrowed.private final LinkedBlockingDeque
<PooledSoftReference<T>> SoftReferenceObjectPool.idleReferences
Idle references - waiting to be borrowedMethods in org.datanucleus.store.rdbms.datasource.dbcp2.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.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl with parameters of type PooledSoftReferenceModifier and TypeMethodDescriptionprivate void
SoftReferenceObjectPool.destroy
(PooledSoftReference<T> toDestroy) Destroys aPooledSoftReference
and removes it from the idle and all references pools.Method parameters in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl with type arguments of type PooledSoftReferenceModifier and TypeMethodDescriptionprivate void
SoftReferenceObjectPool.removeClearedReferences
(Iterator<PooledSoftReference<T>> iterator) Clears cleared references from iterator's collection