public interface PoolStatistics
| Modifier and Type | Method and Description |
|---|---|
long |
getAvgMicros()
Return the average connection use in micros.
|
long |
getCollectionStart()
Return the epoch millis when these statistics start from.
|
long |
getCount()
Return the hit count against the pool.
|
long |
getErrorCount()
Return the error count against the pool.
|
long |
getHwmMicros()
Return the high water mark for connection use in micros.
|
long |
getTotalMicros()
Return the total connection use in micros.
|
long getCollectionStart()
long getCount()
long getErrorCount()
long getHwmMicros()
long getTotalMicros()
long getAvgMicros()
Copyright © 2018. All rights reserved.