KeyedObjectPool.getNumIdle

Returns the total number of instances currently idle in this pool. Returns a negative value if this information is not available. @return the total number of instances currently idle in this pool.

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

Meta