public class NodeStatus
extends java.lang.Object
Constructor | Description |
---|---|
NodeStatus() |
Modifier and Type | Method | Description |
---|---|---|
ServerNode[] |
getConnectedNodes() |
Gets the array of the node connected with the cache.
|
ConnectivityStatus |
getConnectivityStatus() |
Gets the connectivity status of the server node.
|
ServerNode |
getNodeInfo() |
Gets the information of the server node.
|
void |
setConnectedNodes(ServerNode[] value) |
Sets the array of the node connected with the cache.
|
void |
setConnectivityStatus(ConnectivityStatus value) |
Sets the connectivity status of the server node.
|
void |
setNodeInfo(ServerNode value) |
Sets the information for the server node.
|
public final ServerNode getNodeInfo()
ServerNode
instance.public final void setNodeInfo(ServerNode value)
value
- The ServerNode
instance.public final ConnectivityStatus getConnectivityStatus()
public final void setConnectivityStatus(ConnectivityStatus value)
value
- The ConnectivityStatus enum.public final ServerNode[] getConnectedNodes()
public final void setConnectedNodes(ServerNode[] value)
value
- The server nodes array.