public class LocalNode extends Object implements org.wildfly.clustering.group.Node, Comparable<LocalNode>
Node implementation.| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(LocalNode node) |
boolean |
equals(Object object) |
String |
getName() |
InetSocketAddress |
getSocketAddress() |
int |
hashCode() |
String |
toString() |
public LocalNode(String name)
public String getName()
getName in interface org.wildfly.clustering.group.Nodepublic InetSocketAddress getSocketAddress()
getSocketAddress in interface org.wildfly.clustering.group.Nodepublic int compareTo(LocalNode node)
compareTo in interface Comparable<LocalNode>Copyright © 2020 JBoss by Red Hat. All rights reserved.