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._allocationQueueUsed to track the order in which threads callso that objects can be allocated in the order in which the threads requested them.invalid reference
#borrowObject()