public interface HealthJMXExposer
Modifier and Type | Field and Description |
---|---|
static String |
OBJECT_NAME
JMX Object name.
|
Modifier and Type | Method and Description |
---|---|
String[] |
getCacheHealth()
Returns per Cache statuses.
|
String |
getClusterHealth()
Returns cluster health status.
|
String |
getClusterName()
Returns cluster name.
|
long |
getFreeMemoryKb()
Returns the amount of free memory (KB) in the host.
|
int |
getNumberOfCpus()
Returns the total amount of CPUs for the JVM.
|
int |
getNumberOfNodes()
Returns total nodes in the cluster.
|
long |
getTotalMemoryKb()
Returns the amount of total memory (KB) in the host.
|
static final String OBJECT_NAME
int getNumberOfCpus()
long getTotalMemoryKb()
long getFreeMemoryKb()
String getClusterHealth()
String getClusterName()
int getNumberOfNodes()
String[] getCacheHealth()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.