public interface HostStats
| Modifier and Type | Method and Description |
|---|---|
long |
getBorrowedCount()
Get number of borrowed connections
|
long |
getErrorCount()
Get number of failed operations
|
long |
getReturnedCount()
Get number of returned connections
|
long |
getSuccessCount()
Get number of successful operations
|
long getBorrowedCount()
long getReturnedCount()
long getSuccessCount()
long getErrorCount()