Package | Description |
---|---|
org.apache.commons.pool.impl |
Object pooling API implementations.
|
Modifier and Type | Field and Description |
---|---|
private GenericKeyedObjectPool.ObjectQueue |
GenericKeyedObjectPool.Latch._pool
keyed pool associated with this latch
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<K,GenericKeyedObjectPool.ObjectQueue> |
GenericKeyedObjectPool._poolMap
My hash of pools (ObjectQueue).
|
Modifier and Type | Method and Description |
---|---|
private GenericKeyedObjectPool.ObjectQueue |
GenericKeyedObjectPool.Latch.getPool()
Returns the pool associated with this latch
|
Modifier and Type | Method and Description |
---|---|
private int |
GenericKeyedObjectPool.calculateDeficit(GenericKeyedObjectPool.ObjectQueue pool,
boolean incrementInternal)
This returns the number of objects to create during the pool
sustain cycle.
|
private void |
GenericKeyedObjectPool.Latch.setPool(GenericKeyedObjectPool.ObjectQueue pool)
Sets the pool associated with this latch
|