public interface HostStats
| Modifier and Type | Method and Description |
|---|---|
long |
getConnectionsClosed() |
long |
getConnectionsCreated() |
long |
getConnectionsCreateFailed() |
long |
getErrorCount() |
HostConnectionPool<?> |
getPool() |
long |
getSuccessCount() |
java.util.Date |
getTimeCreated() |
long |
getTimesDown() |
long |
getTimesUp() |
long |
getUpTime() |
boolean |
isInRing() |
boolean |
isUp() |
void |
setPool(HostConnectionPool<?> pool) |
boolean isUp()
boolean isInRing()
java.util.Date getTimeCreated()
HostConnectionPool<?> getPool()
long getUpTime()
long getSuccessCount()
long getErrorCount()
long getConnectionsClosed()
long getConnectionsCreated()
long getConnectionsCreateFailed()
long getTimesUp()
long getTimesDown()
void setPool(HostConnectionPool<?> pool)