Uses of Class
org.apache.commons.pool.impl.GenericKeyedObjectPool.ObjectTimestampPair
-
Packages that use GenericKeyedObjectPool.ObjectTimestampPair Package Description org.apache.commons.pool.impl Object pooling API implementations. -
-
Uses of GenericKeyedObjectPool.ObjectTimestampPair in org.apache.commons.pool.impl
Fields in org.apache.commons.pool.impl declared as GenericKeyedObjectPool.ObjectTimestampPair Modifier and Type Field Description private GenericKeyedObjectPool.ObjectTimestampPair<LV>GenericKeyedObjectPool.Latch. _pairholds an ObjectTimestampPair when this latch has been allocated an instanceprivate GenericKeyedObjectPool.ObjectTimestampPair<T>GenericObjectPool.Latch. _pairobject timestamp pair allocated to this latchFields in org.apache.commons.pool.impl with type parameters of type GenericKeyedObjectPool.ObjectTimestampPair Modifier and Type Field Description private CursorableLinkedList<GenericKeyedObjectPool.ObjectTimestampPair<T>>GenericObjectPool. _poolMy pool.private CursorableLinkedList<GenericKeyedObjectPool.ObjectTimestampPair<V>>GenericKeyedObjectPool.ObjectQueue. queueIdle instance queueMethods in org.apache.commons.pool.impl that return GenericKeyedObjectPool.ObjectTimestampPair Modifier and Type Method Description private GenericKeyedObjectPool.ObjectTimestampPair<LV>GenericKeyedObjectPool.Latch. getPair()Gets the ObjectTimestampPair allocated to this latch.private GenericKeyedObjectPool.ObjectTimestampPair<T>GenericObjectPool.Latch. getPair()Returns ObjectTimestampPair allocated to this latchMethods in org.apache.commons.pool.impl with parameters of type GenericKeyedObjectPool.ObjectTimestampPair Modifier and Type Method Description intGenericKeyedObjectPool.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.ObjectTimestampPair Modifier and Type Method Description private voidGenericKeyedObjectPool. destroy(java.util.Map<K,java.util.List<GenericKeyedObjectPool.ObjectTimestampPair<V>>> m, KeyedPoolableObjectFactory<K,V> factory)Assuming Mapprivate voidGenericObjectPool. destroy(java.util.Collection<GenericKeyedObjectPool.ObjectTimestampPair<T>> c, PoolableObjectFactory<T> factory)Private method to destroy all the objects in a collection using the supplied object factory.
-