Uses of Class
org.apache.commons.pool.impl.GenericObjectPool.Latch
-
Packages that use GenericObjectPool.Latch Package Description org.apache.commons.pool.impl Object pooling API implementations. -
-
Uses of GenericObjectPool.Latch in org.apache.commons.pool.impl
Fields in org.apache.commons.pool.impl with type parameters of type GenericObjectPool.Latch Modifier and Type Field Description private java.util.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.
-