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.
|
java.lang.String |
idAsString()
Returns a string representation of the element identifier.
|
IpAddress |
ip()
Returns the IP address of the cluster member.
|
java.lang.String |
toString() |
public UiClusterMember(UiTopology topology, ControllerNode cnode)
topology
- parent topology containing this cluster membercnode
- underlying controller nodepublic java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String idAsString()
UiElement
idAsString
in class UiElement
public ControllerNode backingNode()
public NodeId id()
public IpAddress ip()