Uses of Class
org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl.GenericKeyedObjectPool.ObjectDeque
-
Packages that use GenericKeyedObjectPool.ObjectDeque Package Description org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0. -
-
Uses of GenericKeyedObjectPool.ObjectDeque in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl
Fields in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl with type parameters of type GenericKeyedObjectPool.ObjectDeque Modifier and Type Field Description private java.util.Map<K,GenericKeyedObjectPool.ObjectDeque<T>>
GenericKeyedObjectPool. poolMap
Methods in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl that return GenericKeyedObjectPool.ObjectDeque Modifier and Type Method Description private GenericKeyedObjectPool.ObjectDeque<T>
GenericKeyedObjectPool. register(K k)
Register the use of a key by an object.Methods in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl with parameters of type GenericKeyedObjectPool.ObjectDeque Modifier and Type Method Description private int
GenericKeyedObjectPool. calculateDeficit(GenericKeyedObjectPool.ObjectDeque<T> objectDeque)
Calculate the number of objects that need to be created to attempt to maintain the minimum number of idle objects while not exceeded the limits on the maximum number of objects either per key or totally.
-