public interface ClusterNode extends Comparable<ClusterNode>, Cloneable, Serializable
Modifier and Type | Method and Description |
---|---|
InetAddress |
getIpAddress()
Gets the
InetAddress at which the node is receiving intra-cluster communications. |
String |
getName()
Gets a String identifier for this node.
|
int |
getPort()
Gets the port at which the node is receiving intra-cluster communications.
|
compareTo
String getName()
InetAddress getIpAddress()
InetAddress
at which the node is receiving intra-cluster communications.int getPort()
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.