public class ClusterNode extends Object
dashb_cluster_node
table.
This table handles connected nodes and their status.
NOTE: BZ-1014612Modifier and Type | Class and Description |
---|---|
static class |
ClusterNode.ClusterNodeStatus
Enum that hangles possible node status values.
|
Constructor and Description |
---|
ClusterNode()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
Long |
getId() |
String |
getNodeAddress() |
String |
getNodeStatus() |
Date |
getStartupTime() |
void |
setId(Long id) |
void |
setNodeAddress(String nodeAddress) |
void |
setNodeStatus(String nodeStatus) |
void |
setStartupTime(Date startupTime) |
public Long getId()
public void setId(Long id)
public String getNodeAddress()
public void setNodeAddress(String nodeAddress)
public Date getStartupTime()
public void setStartupTime(Date startupTime)
public String getNodeStatus()
public void setNodeStatus(String nodeStatus)
Copyright © 2012-2015 JBoss by Red Hat. All Rights Reserved.