Uses of Class
org.apache.commons.pool2.impl.GenericKeyedObjectPool.ObjectDeque
Packages that use GenericKeyedObjectPool.ObjectDeque
-
Uses of GenericKeyedObjectPool.ObjectDeque in org.apache.commons.pool2.impl
Fields in org.apache.commons.pool2.impl with type parameters of type GenericKeyedObjectPool.ObjectDequeModifier and TypeFieldDescriptionprivate final Map<K,GenericKeyedObjectPool.ObjectDeque<T>> GenericKeyedObjectPool.poolMapMethods in org.apache.commons.pool2.impl that return GenericKeyedObjectPool.ObjectDequeModifier and TypeMethodDescriptionprivate GenericKeyedObjectPool.ObjectDeque<T>Register the use of a key by an object.Methods in org.apache.commons.pool2.impl with parameters of type GenericKeyedObjectPool.ObjectDequeModifier and TypeMethodDescriptionprivate intGenericKeyedObjectPool.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.