GenericKeyedObjectPool.getNumWaiters

Return an estimate of the number of threads currently blocked waiting for an object from the pool. This is intended for monitoring only, not for synchronization control.

@return The estimate of the number of threads currently blocked waiting for an object from the pool

class GenericKeyedObjectPool(K, T)
override
int
getNumWaiters
()

Meta