public class

ClusterConfig

extends Object
java.lang.Object
   ↳ com.atlassian.confluence.cluster.ClusterConfig

Class Overview

Immutable value bean for Confluence cluster configuration

Summary

Public Constructors
ClusterConfig(InetAddress address, String clusterName, int timeToLive)
ClusterConfig(InetAddress address, String clusterName, int timeToLive, NetworkInterface iface)
Public Methods
boolean equals(Object o)
InetAddress getAddress()
String getClusterName()
NetworkInterface getNetworkInterface()
int getTimeToLive()
InetAddress getUnicastAddress()
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ClusterConfig (InetAddress address, String clusterName, int timeToLive)

public ClusterConfig (InetAddress address, String clusterName, int timeToLive, NetworkInterface iface)

Public Methods

public boolean equals (Object o)

public InetAddress getAddress ()

public String getClusterName ()

public NetworkInterface getNetworkInterface ()

public int getTimeToLive ()

public InetAddress getUnicastAddress ()

public int hashCode ()

public String toString ()