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. _pair
holds an ObjectTimestampPair when this latch has been allocated an instanceprivate GenericKeyedObjectPool.ObjectTimestampPair<T>
GenericObjectPool.Latch. _pair
object 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. _pool
My pool.private CursorableLinkedList<GenericKeyedObjectPool.ObjectTimestampPair<V>>
GenericKeyedObjectPool.ObjectQueue. queue
Idle 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 int
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.ObjectTimestampPair Modifier and Type Method Description private void
GenericKeyedObjectPool. destroy(java.util.Map<K,java.util.List<GenericKeyedObjectPool.ObjectTimestampPair<V>>> m, KeyedPoolableObjectFactory<K,V> factory)
Assuming Mapprivate void
GenericObjectPool. 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.
-