GenericKeyedObjectPool.getMaxTotalPerKey

Returns the limit on the number of object instances allocated by the pool (checked out or idle), per key. When the limit is reached, the sub-pool is said to be exhausted. A negative value indicates no limit.

@return the limit on the number of active instances per key

@see #setMaxTotalPerKey

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

Meta