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.ObjectQueueGenericKeyedObjectPool.Latch. _poolkeyed 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. _poolMapMy hash of pools (ObjectQueue).Methods in org.apache.commons.pool.impl that return GenericKeyedObjectPool.ObjectQueue Modifier and Type Method Description private GenericKeyedObjectPool.ObjectQueueGenericKeyedObjectPool.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 intGenericKeyedObjectPool. calculateDeficit(GenericKeyedObjectPool.ObjectQueue pool, boolean incrementInternal)This returns the number of objects to create during the pool sustain cycle.private voidGenericKeyedObjectPool.Latch. setPool(GenericKeyedObjectPool.ObjectQueue pool)Sets the pool associated with this latch
-