BaseGenericObjectPool.getMeanBorrowWaitTimeMillis

The mean time threads wait to borrow an object based on the last {@link #MEAN_TIMING_STATS_CACHE_SIZE} objects borrowed from the pool. @return mean time in milliseconds that a recently served thread has had to wait to borrow an object from the pool

class BaseGenericObjectPool
long
getMeanBorrowWaitTimeMillis
()

Meta