KeyedObjectPool.getNumActive

Returns the total number of instances currently borrowed from this pool but not yet returned. Returns a negative value if this information is not available. @return the total number of instances currently borrowed from this pool but not yet returned.

  1. int getNumActive(K key)
  2. int getNumActive()
    interface KeyedObjectPool(K, V)
    int
    getNumActive
    ()

Meta