public interface ServerMetrics
ServerLoadProbe
for use in calculating the load on the server.Modifier and Type | Method and Description |
---|---|
int |
getClientCount()
Get the number of clients connected to this cache server.
|
int |
getConnectionCount()
Get the number of open connections for this cache server.
|
int |
getMaxConnections()
Get the max connections for this cache server.
|
int |
getSubscriptionConnectionCount()
Get the number of client subscription connections hosted on this cache server.
|
int getConnectionCount()
int getClientCount()
int getSubscriptionConnectionCount()
int getMaxConnections()