Methods Summary |
---|
public long | getCurrentConnRequestWaitTime()
|
public long | getMaxConnRequestWaitTime()
|
public long | getMaxNumConnFree()
|
public long | getMaxNumConnUsed()Return the maximum number of connections ever used in
this pool
|
public long | getMinConnRequestWaitTime()
|
public long | getMinNumConnFree()
|
public long | getMinNumConnUsed()
|
public long | getNumConnAcquired()
|
public long | getNumConnCreated()
|
public long | getNumConnDestroyed()
|
public long | getNumConnFailedValidation()Return the number of connections that have failed validation
|
public long | getNumConnFree()Return the number of free connections in the pool
|
public long | getNumConnInUse()Return the number of connections in use
|
public long | getNumConnNotSuccessfullyMatched()
|
public long | getNumConnReleased()
|
public long | getNumConnSuccessfullyMatched()
|
public long | getNumConnTimedOut()Return the number of threads that have time out after
waiting to obtain a connection from the pool.
|
public long | getNumPotentialConnLeak()
|
public int | getNumThreadWaiting()Return the number of threads that are waiting
to obtain a connection from the pool
|
public long | getTotalConnectionRequestWaitTime()
|