public class UiClusterMember extends UiElement
| Constructor and Description | 
|---|
UiClusterMember(UiTopology topology,
               ControllerNode cnode)
Constructs a UI cluster member, with a reference to the parent
 topology instance and the specified controller node instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ControllerNode | 
backingNode()
Returns the controller node instance backing this UI cluster member. 
 | 
NodeId | 
id()
Returns the identity of the cluster member. 
 | 
String | 
idAsString()
Returns a string representation of the element identifier. 
 | 
IpAddress | 
ip()
Returns the IP address of the cluster member. 
 | 
String | 
toString()  | 
public UiClusterMember(UiTopology topology, ControllerNode cnode)
topology - parent topology containing this cluster membercnode - underlying controller nodepublic String idAsString()
UiElementidAsString in class UiElementpublic ControllerNode backingNode()
public NodeId id()
public IpAddress ip()