Package com.enonic.xp.cluster
Class ClusterNode
- java.lang.Object
-
- com.enonic.xp.cluster.ClusterNode
-
public class ClusterNode extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
static ClusterNode
from(String id)
ClusterNodeId
getId()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
from
public static ClusterNode from(String id)
-
getId
public ClusterNodeId getId()
-
-