| Package | Description |
|---|---|
| org.apache.commons.pool2.impl |
Object pooling API implementations.
|
| Modifier and Type | Field and Description |
|---|---|
private LinkedBlockingDeque<PooledObject<T>> |
GenericObjectPool.idleObjects |
private LinkedBlockingDeque<PooledObject<S>> |
GenericKeyedObjectPool.ObjectDeque.idleObjects |
private LinkedBlockingDeque<PooledSoftReference<T>> |
SoftReferenceObjectPool.idleReferences
Idle references - waiting to be borrowed
|
| Modifier and Type | Method and Description |
|---|---|
LinkedBlockingDeque<PooledObject<S>> |
GenericKeyedObjectPool.ObjectDeque.getIdleObjects()
Obtain the idle objects for the current key.
|