Uses of Class
org.apache.commons.pool.impl.GenericKeyedObjectPool.ObjectQueue
-
Packages that use GenericKeyedObjectPool.ObjectQueue Package Description org.apache.commons.pool.impl Object pooling API implementations. -
-
Uses of GenericKeyedObjectPool.ObjectQueue in org.apache.commons.pool.impl
Fields in org.apache.commons.pool.impl declared as GenericKeyedObjectPool.ObjectQueue Modifier and Type Field Description private GenericKeyedObjectPool.ObjectQueue
GenericKeyedObjectPool.Latch. _pool
keyed pool associated with this latchFields in org.apache.commons.pool.impl with type parameters of type GenericKeyedObjectPool.ObjectQueue Modifier and Type Field Description private java.util.Map<K,GenericKeyedObjectPool.ObjectQueue>
GenericKeyedObjectPool. _poolMap
My hash of pools (ObjectQueue).Methods in org.apache.commons.pool.impl that return GenericKeyedObjectPool.ObjectQueue Modifier and Type Method Description private GenericKeyedObjectPool.ObjectQueue
GenericKeyedObjectPool.Latch. getPool()
Returns the pool associated with this latchMethods in org.apache.commons.pool.impl with parameters of type GenericKeyedObjectPool.ObjectQueue Modifier and Type Method 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
-