Uses of Class
org.apache.commons.pool2.impl.BaseGenericObjectPool.Evictor
-
Packages that use BaseGenericObjectPool.Evictor Package Description org.apache.commons.pool2.impl Object pooling API implementations. -
-
Uses of BaseGenericObjectPool.Evictor in org.apache.commons.pool2.impl
Methods in org.apache.commons.pool2.impl with parameters of type BaseGenericObjectPool.Evictor Modifier and Type Method Description (package private) static voidEvictionTimer. cancel(BaseGenericObjectPool.Evictor evictor, Duration timeout, boolean restarting)Removes the specified eviction task from the timer.(package private) static voidEvictionTimer. schedule(BaseGenericObjectPool.Evictor task, Duration delay, Duration period)Adds the specified eviction task to the timer.
-