public class CacheHealth
extends java.lang.Object
Constructor | Description |
---|---|
CacheHealth() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getCacheName() |
Gets the name of the cache.
|
NodeStatus[] |
getServerNodesStatus() |
Gets the array of NodeStatus that contains information of all connected server nodes.
|
CacheStatus |
getStatus() |
Gets the CacheStatus enum that tells whether the cache is running or not.
|
CacheTopology |
getTopology() |
Gets the topology of the cache.
|
void |
setCacheName(java.lang.String value) |
Sets the name of the cache.
|
void |
setServerNodesStatus(NodeStatus[] value) |
Sets the array of NodeStatus that contains information of all connected server nodes.
|
void |
setStatus(CacheStatus value) |
Sets the CacheStatus enum that tells whether the cache is running or not.
|
void |
setTopology(CacheTopology value) |
Sets the topology of the cache.
|
public final java.lang.String getCacheName()
public final void setCacheName(java.lang.String value)
value
- The name of the cache.public final CacheTopology getTopology()
public final void setTopology(CacheTopology value)
value
- The topology of the cache.public final CacheStatus getStatus()
public final void setStatus(CacheStatus value)
value
- The CacheStatus enum.public final NodeStatus[] getServerNodesStatus()
public final void setServerNodesStatus(NodeStatus[] value)
value
- The nodestatus array.