public class HostStats extends Object
| Constructor and Description |
|---|
HostStats(long activeConnectionCount,
long idleConnectionCount) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getHostActiveConnectionCount() |
long |
getHostConnectionCount() |
long |
getHostIdleConnectionCount() |
int |
hashCode() |
String |
toString() |
public long getHostConnectionCount()
getHostActiveConnectionCount() and getHostIdleConnectionCount(),
a long representing the total number of connections to this host.public long getHostActiveConnectionCount()
public long getHostIdleConnectionCount()
Copyright © 2019. All rights reserved.