BaseGenericObjectPool.getMinEvictableIdleTimeMillis

Returns the minimum amount of time an object may sit idle in the pool before it is eligible for eviction by the idle object evictor (if any - see {@link #setTimeBetweenEvictionRunsMillis(long)}). When non-positive, no objects will be evicted from the pool due to idle time alone.

@return minimum amount of time an object may sit idle in the pool before it is eligible for eviction

@see #setMinEvictableIdleTimeMillis @see #setTimeBetweenEvictionRunsMillis

class BaseGenericObjectPool
long
getMinEvictableIdleTimeMillis
()

Meta