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