public static interface ModClusterStatus.Node
Modifier and Type | Method and Description |
---|---|
List<String> | getAliases() |
int | getCacheConnections() |
ModClusterStatus.Context | getContext(String name) |
List<ModClusterStatus.Context> | getContexts() |
String | getDomain() |
int | getElected() |
int | getFlushWait() |
String | getJvmRoute() |
int | getLoad() |
int | getMaxConnections() |
String | getName() |
int | getOpenConnections() |
int | getPing() |
long | getRead() |
int | getRequestQueueSize() |
NodeStatus | getStatus() |
int | getTimeout() |
long | getTransferred() |
long | getTtl() |
URI | getUri() |
boolean | isFlushPackets() |
boolean | isQueueNewRequests() |
void | resetStatistics() |
String getName()
URI getUri()
List<ModClusterStatus.Context> getContexts()
ModClusterStatus.Context getContext(String name)
int getLoad()
NodeStatus getStatus()
int getOpenConnections()
long getTransferred()
long getRead()
int getElected()
int getCacheConnections()
String getJvmRoute()
String getDomain()
int getFlushWait()
int getMaxConnections()
int getPing()
int getRequestQueueSize()
int getTimeout()
long getTtl()
boolean isFlushPackets()
boolean isQueueNewRequests()
void resetStatistics()
Copyright © 2020 JBoss by Red Hat. All rights reserved.