Uses of Class
org.apache.commons.pool.impl.GenericKeyedObjectPool.ObjectTimestampPair
Packages that use GenericKeyedObjectPool.ObjectTimestampPair
-
Uses of GenericKeyedObjectPool.ObjectTimestampPair in org.apache.commons.pool.impl
Fields in org.apache.commons.pool.impl declared as GenericKeyedObjectPool.ObjectTimestampPairModifier and TypeFieldDescriptionGenericKeyedObjectPool.Latch._pair
holds an ObjectTimestampPair when this latch has been allocated an instanceGenericObjectPool.Latch._pair
object timestamp pair allocated to this latchFields in org.apache.commons.pool.impl with type parameters of type GenericKeyedObjectPool.ObjectTimestampPairModifier and TypeFieldDescriptionGenericObjectPool._pool
My pool.private final CursorableLinkedList<GenericKeyedObjectPool.ObjectTimestampPair<V>>
GenericKeyedObjectPool.ObjectQueue.queue
Idle instance queueMethods in org.apache.commons.pool.impl that return GenericKeyedObjectPool.ObjectTimestampPairModifier and TypeMethodDescriptionGenericKeyedObjectPool.Latch.getPair()
Gets the ObjectTimestampPair allocated to this latch.GenericObjectPool.Latch.getPair()
Returns ObjectTimestampPair allocated to this latchMethods in org.apache.commons.pool.impl with parameters of type GenericKeyedObjectPool.ObjectTimestampPairModifier and TypeMethodDescriptionint
GenericKeyedObjectPool.ObjectTimestampPair.compareTo
(GenericKeyedObjectPool.ObjectTimestampPair<T> other) Compares this to another ObjectTimestampPair, using the timestamp as basis for comparison.private void
GenericKeyedObjectPool.Latch.setPair
(GenericKeyedObjectPool.ObjectTimestampPair<LV> pair) Allocate an ObjectTimestampPair to this latch.private void
GenericObjectPool.Latch.setPair
(GenericKeyedObjectPool.ObjectTimestampPair<T> pair) Sets ObjectTimestampPair on this latchMethod parameters in org.apache.commons.pool.impl with type arguments of type GenericKeyedObjectPool.ObjectTimestampPairModifier and TypeMethodDescriptionprivate void
GenericKeyedObjectPool.destroy
(Map<K, List<GenericKeyedObjectPool.ObjectTimestampPair<V>>> m, KeyedPoolableObjectFactory<K, V> factory) Assuming Map<Object,Collection>, destroy all ObjectTimestampPair.value using the supplied factory. private void
GenericObjectPool.destroy
(Collection<GenericKeyedObjectPool.ObjectTimestampPair<T>> c, PoolableObjectFactory<T> factory) Private method to destroy all the objects in a collection using the supplied object factory.