Uses of Class
org.datanucleus.store.rdbms.datasource.dbcp2.pool2.PoolUtils.ErodingFactor
-
Packages that use PoolUtils.ErodingFactor Package Description org.datanucleus.store.rdbms.datasource.dbcp2.pool2 This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0. -
-
Uses of PoolUtils.ErodingFactor in org.datanucleus.store.rdbms.datasource.dbcp2.pool2
Fields in org.datanucleus.store.rdbms.datasource.dbcp2.pool2 declared as PoolUtils.ErodingFactor Modifier and Type Field Description private PoolUtils.ErodingFactor
PoolUtils.ErodingKeyedObjectPool. erodingFactor
Erosion factorprivate PoolUtils.ErodingFactor
PoolUtils.ErodingObjectPool. factor
Erosion factorFields in org.datanucleus.store.rdbms.datasource.dbcp2.pool2 with type parameters of type PoolUtils.ErodingFactor Modifier and Type Field Description private java.util.Map<K,PoolUtils.ErodingFactor>
PoolUtils.ErodingPerKeyKeyedObjectPool. factors
Map of ErodingFactor instances keyed on pool keysMethods in org.datanucleus.store.rdbms.datasource.dbcp2.pool2 that return PoolUtils.ErodingFactor Modifier and Type Method Description protected PoolUtils.ErodingFactor
PoolUtils.ErodingKeyedObjectPool. getErodingFactor(K key)
Returns the eroding factor for the given keyprotected PoolUtils.ErodingFactor
PoolUtils.ErodingPerKeyKeyedObjectPool. getErodingFactor(K key)
Returns the eroding factor for the given keyConstructors in org.datanucleus.store.rdbms.datasource.dbcp2.pool2 with parameters of type PoolUtils.ErodingFactor Constructor Description ErodingKeyedObjectPool(KeyedObjectPool<K,V> keyedPool, PoolUtils.ErodingFactor erodingFactor)
Creates an ErodingObjectPool wrapping the given pool using the specified erosion factor.
-