Package | Description |
---|---|
org.apache.commons.pool.impl |
Object pooling API implementations.
|
Modifier and Type | Field and Description |
---|---|
private java.util.LinkedList<GenericObjectPool.Latch<T>> |
GenericObjectPool._allocationQueue
Used to track the order in which threads call
GenericObjectPool.borrowObject() so
that objects can be allocated in the order in which the threads requested
them. |