Package | Description |
---|---|
org.apache.commons.pool.impl |
Object pooling API implementations.
|
Modifier and Type | Field and 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. |