|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.atlassian.confluence.cluster.ClusterConfig
Immutable value bean for Confluence cluster configuration
| Constructor Summary | |
ClusterConfig(InetAddress address,
String clusterName,
int timeToLive)
|
|
ClusterConfig(InetAddress address,
String clusterName,
int timeToLive,
NetworkInterface iface)
|
|
| Method Summary | |
boolean |
equals(Object o)
|
InetAddress |
getAddress()
|
String |
getClusterName()
|
NetworkInterface |
getNetworkInterface()
|
int |
getTimeToLive()
|
InetAddress |
getUnicastAddress()
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ClusterConfig(InetAddress address,
String clusterName,
int timeToLive)
throws InvalidClusterAddressException
public ClusterConfig(InetAddress address,
String clusterName,
int timeToLive,
NetworkInterface iface)
throws InvalidClusterAddressException
| Method Detail |
public InetAddress getAddress()
public String getClusterName()
public int getTimeToLive()
public InetAddress getUnicastAddress()
public NetworkInterface getNetworkInterface()
public String toString()
public boolean equals(Object o)
public int hashCode()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||