Uses of Class
org.apache.commons.pool.impl.GenericKeyedObjectPool.Latch
Packages that use GenericKeyedObjectPool.Latch
-
Uses of GenericKeyedObjectPool.Latch in org.apache.commons.pool.impl
Fields in org.apache.commons.pool.impl with type parameters of type GenericKeyedObjectPool.LatchModifier and TypeFieldDescriptionprivate LinkedList<GenericKeyedObjectPool<K,
V>.Latch<K, V>> GenericKeyedObjectPool._allocationQueue
Used to track the order in which threads call#borrowObject()
so that objects can be allocated in the order in which the threads requested them.