Uses of Class
org.apache.commons.pool.impl.GenericKeyedObjectPool.ObjectQueue
Packages that use GenericKeyedObjectPool.ObjectQueue
-
Uses of GenericKeyedObjectPool.ObjectQueue in org.apache.commons.pool.impl
Fields in org.apache.commons.pool.impl declared as GenericKeyedObjectPool.ObjectQueueModifier and TypeFieldDescriptionprivate GenericKeyedObjectPool<K,
V>.ObjectQueue GenericKeyedObjectPool.Latch._pool
keyed pool associated with this latchFields in org.apache.commons.pool.impl with type parameters of type GenericKeyedObjectPool.ObjectQueueModifier and TypeFieldDescriptionprivate Map
<K, GenericKeyedObjectPool<K, V>.ObjectQueue> GenericKeyedObjectPool._poolMap
My hash of pools (ObjectQueue).Methods in org.apache.commons.pool.impl that return GenericKeyedObjectPool.ObjectQueueModifier and TypeMethodDescriptionprivate GenericKeyedObjectPool<K,
V>.ObjectQueue GenericKeyedObjectPool.Latch.getPool()
Returns the pool associated with this latchMethods in org.apache.commons.pool.impl with parameters of type GenericKeyedObjectPool.ObjectQueueModifier and TypeMethodDescriptionprivate int
GenericKeyedObjectPool.calculateDeficit
(GenericKeyedObjectPool<K, V>.ObjectQueue pool, boolean incrementInternal) This returns the number of objects to create during the pool sustain cycle.private void
GenericKeyedObjectPool.Latch.setPool
(GenericKeyedObjectPool<K, V>.ObjectQueue pool) Sets the pool associated with this latch