Uses of Class
org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl.BaseGenericObjectPool.Evictor
-
Packages that use BaseGenericObjectPool.Evictor Package Description org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0. -
-
Uses of BaseGenericObjectPool.Evictor in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl
Fields in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl declared as BaseGenericObjectPool.Evictor Modifier and Type Field Description private BaseGenericObjectPool.Evictor
BaseGenericObjectPool. evictor
Methods in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl with parameters of type BaseGenericObjectPool.Evictor Modifier and Type Method Description (package private) static void
EvictionTimer. cancel(BaseGenericObjectPool.Evictor evictor, long timeout, java.util.concurrent.TimeUnit unit)
Removes the specified eviction task from the timer.(package private) static void
EvictionTimer. schedule(BaseGenericObjectPool.Evictor task, long delay, long period)
Adds the specified eviction task to the timer.
-