BaseGenericObjectPool.getMeanIdleTimeMillis

The mean time objects are idle for based on the last {@link #MEAN_TIMING_STATS_CACHE_SIZE} objects borrowed from the pool. @return mean time an object has been idle in the pool among recently borrowed objects

class BaseGenericObjectPool
long
getMeanIdleTimeMillis
()

Meta