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