public class DisconnectedClusterNode extends Object implements ClusterNode
| Constructor and Description |
|---|
DisconnectedClusterNode(ClusterNode node)
Constructor accepting the disconnected node
|
| Modifier and Type | Method and Description |
|---|---|
String |
getHostname()
Get the host name of the node
|
String |
getId()
Get a unique (per cluster) identifier for this node.
|
String |
getIp()
Get the IP address of the node
|
public DisconnectedClusterNode(ClusterNode node)
node - the node to copypublic String getId()
getId in interface ClusterNodepublic String getHostname()
getHostname in interface ClusterNodepublic String getIp()
getIp in interface ClusterNodeCopyright 2001-2021, Terracotta, Inc.