| Package | Description |
|---|---|
| org.apache.commons.pool2.impl |
Object pooling API implementations.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<K,GenericKeyedObjectPool.ObjectDeque<T>> |
GenericKeyedObjectPool.poolMap |
| Modifier and Type | Method and Description |
|---|---|
private GenericKeyedObjectPool.ObjectDeque<T> |
GenericKeyedObjectPool.register(K k)
Register the use of a key by an object.
|
| Modifier and Type | Method and Description |
|---|---|
private int |
GenericKeyedObjectPool.calculateDeficit(GenericKeyedObjectPool.ObjectDeque<T> objectDeque)
Calculate the number of objects that need to be created to attempt to
maintain the minimum number of idle objects while not exceeded the limits
on the maximum number of objects either per key or totally.
|