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._poolkeyed 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._poolMapMy 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 intGenericKeyedObjectPool.calculateDeficit(GenericKeyedObjectPool<K, V>.ObjectQueue pool, boolean incrementInternal) This returns the number of objects to create during the pool sustain cycle.private voidGenericKeyedObjectPool.Latch.setPool(GenericKeyedObjectPool<K, V>.ObjectQueue pool) Sets the pool associated with this latch