Uses of Class
org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl.GenericKeyedObjectPool.ObjectDeque
Packages that use GenericKeyedObjectPool.ObjectDeque
Package
Description
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.ObjectDequeModifier and TypeFieldDescriptionprivate final Map
<K, GenericKeyedObjectPool<K, T>.ObjectDeque<T>> GenericKeyedObjectPool.poolMap
Methods in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl that return GenericKeyedObjectPool.ObjectDequeModifier and TypeMethodDescriptionprivate GenericKeyedObjectPool<K,
T>.ObjectDeque <T> Register the use of a key by an object.Methods in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl with parameters of type GenericKeyedObjectPool.ObjectDequeModifier and TypeMethodDescriptionprivate int
GenericKeyedObjectPool.calculateDeficit
(GenericKeyedObjectPool<K, T>.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.