Uses of Class
org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl.EvictionConfig
Packages that use EvictionConfig
Package
Description
This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0.
-
Uses of EvictionConfig in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl
Methods in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl with parameters of type EvictionConfigModifier and TypeMethodDescriptionboolean
DefaultEvictionPolicy.evict
(EvictionConfig config, PooledObject<T> underTest, int idleCount) boolean
EvictionPolicy.evict
(EvictionConfig config, PooledObject<T> underTest, int idleCount) This method is called to test if an idle object in the pool should be evicted or not.