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._pairholds an ObjectTimestampPair when this latch has been allocated an instanceGenericObjectPool.Latch._pairobject timestamp pair allocated to this latchFields in org.apache.commons.pool.impl with type parameters of type GenericKeyedObjectPool.ObjectTimestampPairModifier and TypeFieldDescriptionGenericObjectPool._poolMy pool.private final CursorableLinkedList<GenericKeyedObjectPool.ObjectTimestampPair<V>> GenericKeyedObjectPool.ObjectQueue.queueIdle 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 TypeMethodDescriptionintGenericKeyedObjectPool.ObjectTimestampPair.compareTo(GenericKeyedObjectPool.ObjectTimestampPair<T> other) Compares this to another ObjectTimestampPair, using the timestamp as basis for comparison.private voidGenericKeyedObjectPool.Latch.setPair(GenericKeyedObjectPool.ObjectTimestampPair<LV> pair) Allocate an ObjectTimestampPair to this latch.private voidGenericObjectPool.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 voidGenericKeyedObjectPool.destroy(Map<K, List<GenericKeyedObjectPool.ObjectTimestampPair<V>>> m, KeyedPoolableObjectFactory<K, V> factory) Assuming Mapinvalid input: '<'Object,Collection>, destroy all ObjectTimestampPair.value using the supplied factory. private voidGenericObjectPool.destroy(Collection<GenericKeyedObjectPool.ObjectTimestampPair<T>> c, PoolableObjectFactory<T> factory) Private method to destroy all the objects in a collection using the supplied object factory.