Package com.atlassian.confluence.cluster
Class ClusterConfig
- java.lang.Object
-
- com.atlassian.confluence.cluster.ClusterConfig
-
public class ClusterConfig extends Object
Immutable value bean for Confluence cluster configuration
-
-
Constructor Summary
Constructors Constructor Description ClusterConfig(ClusterJoinConfig clusterJoinConfig, String clusterName, File clusterHome, NetworkInterface iface)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)FilegetClusterHome()StringgetClusterName()ClusterJoinConfiggetJoinConfig()NetworkInterfacegetNetworkInterface()InetAddressgetUnicastAddress()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
ClusterConfig
public ClusterConfig(ClusterJoinConfig clusterJoinConfig, String clusterName, File clusterHome, NetworkInterface iface) throws ClusterException
- Throws:
ClusterException
-
-
Method Detail
-
getClusterName
public String getClusterName()
-
getJoinConfig
public ClusterJoinConfig getJoinConfig()
-
getClusterHome
public File getClusterHome()
-
getUnicastAddress
public InetAddress getUnicastAddress()
-
getNetworkInterface
public NetworkInterface getNetworkInterface()
-
-