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 ClusterNode
public String getHostname()
getHostname
in interface ClusterNode
public String getIp()
getIp
in interface ClusterNode
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.