Interface ModClusterStatus.Node
- Enclosing interface:
- ModClusterStatus
public static interface ModClusterStatus.Node
-
Method Details
-
getName
String getName() -
getUri
URI getUri() -
getContexts
List<ModClusterStatus.Context> getContexts() -
getContext
-
getLoad
int getLoad() -
getStatus
NodeStatus getStatus() -
getOpenConnections
int getOpenConnections() -
getTransferred
long getTransferred() -
getRead
long getRead() -
getElected
int getElected() -
getCacheConnections
int getCacheConnections() -
getJvmRoute
String getJvmRoute() -
getDomain
String getDomain() -
getFlushWait
int getFlushWait() -
getMaxConnections
int getMaxConnections() -
getPing
int getPing() -
getRequestQueueSize
int getRequestQueueSize() -
getTimeout
int getTimeout() -
getTtl
long getTtl() -
isFlushPackets
boolean isFlushPackets() -
isQueueNewRequests
boolean isQueueNewRequests() -
getAliases
-
resetStatistics
void resetStatistics()
-