Interface ModClusterStatus.Node
-
- Enclosing interface:
- ModClusterStatus
public static interface ModClusterStatus.Node
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>getAliases()intgetCacheConnections()ModClusterStatus.ContextgetContext(String name)List<ModClusterStatus.Context>getContexts()StringgetDomain()intgetElected()intgetFlushWait()StringgetJvmRoute()intgetLoad()intgetMaxConnections()StringgetName()intgetOpenConnections()intgetPing()longgetRead()intgetRequestQueueSize()NodeStatusgetStatus()intgetTimeout()longgetTransferred()longgetTtl()URIgetUri()booleanisFlushPackets()booleanisQueueNewRequests()voidresetStatistics()
-
-
-
Method Detail
-
getName
String getName()
-
getUri
URI getUri()
-
getContexts
List<ModClusterStatus.Context> getContexts()
-
getContext
ModClusterStatus.Context getContext(String name)
-
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()
-
resetStatistics
void resetStatistics()
-
-