public class ClusterConfig extends Object
Constructor and Description |
---|
ClusterConfig(ClusterJoinConfig clusterJoinConfig,
String clusterName,
File clusterHome,
NetworkInterface iface) |
ClusterConfig(InetAddress multicastAddress,
String clusterName,
int multicastTimeToLive,
File clusterHome)
Deprecated.
since 5.9 Use
ClusterConfig(ClusterJoinConfig, String, File, NetworkInterface) instead |
ClusterConfig(InetAddress multicastAddress,
String clusterName,
int multicastTimeToLive,
File clusterHome,
NetworkInterface iface)
Deprecated.
since 5.9 Use
ClusterConfig(ClusterJoinConfig, String, File, NetworkInterface) instead |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
InetAddress |
getAddress()
Deprecated.
since 5.5 Use
getMulticastAddress() |
File |
getClusterHome() |
String |
getClusterName() |
ClusterJoinConfig |
getJoinConfig() |
InetAddress |
getMulticastAddress()
Deprecated.
since 5.9
|
int |
getMulticastTimeToLive()
Deprecated.
since 5.9
|
NetworkInterface |
getNetworkInterface() |
int |
getTimeToLive()
Deprecated.
since 5.5 Use
getMulticastTimeToLive() |
InetAddress |
getUnicastAddress() |
int |
hashCode() |
String |
toString() |
public ClusterConfig(ClusterJoinConfig clusterJoinConfig, String clusterName, File clusterHome, NetworkInterface iface) throws ClusterException
ClusterException
@Deprecated public ClusterConfig(InetAddress multicastAddress, String clusterName, int multicastTimeToLive, File clusterHome) throws ClusterException
ClusterConfig(ClusterJoinConfig, String, File, NetworkInterface)
insteadClusterException
@Deprecated public ClusterConfig(InetAddress multicastAddress, String clusterName, int multicastTimeToLive, File clusterHome, NetworkInterface iface) throws ClusterException
ClusterConfig(ClusterJoinConfig, String, File, NetworkInterface)
insteadClusterException
@Deprecated public InetAddress getAddress()
getMulticastAddress()
@Deprecated public InetAddress getMulticastAddress()
public String getClusterName()
@Deprecated public int getTimeToLive()
getMulticastTimeToLive()
@Deprecated public int getMulticastTimeToLive()
public ClusterJoinConfig getJoinConfig()
public File getClusterHome()
public InetAddress getUnicastAddress()
public NetworkInterface getNetworkInterface()
Copyright © 2003–2017 Atlassian. All rights reserved.