com.atlassian.confluence.cluster
Interface ClusterInformation
- All Known Implementing Classes:
- EmptyClusterInformation, TangosolClusterInformation
- public interface ClusterInformation
isRunning
public boolean isRunning()
getName
public String getName()
getDescription
public String getDescription()
getMembers
public List getMembers()
- Returns:
- a List of Strings with a description of each member of the cluster
getMemberCount
public int getMemberCount()
- Returns:
- the number of members in the cluster
getMulticastAddress
public String getMulticastAddress()
- Returns:
- the multicast listener address for the cluster as a dotted decimal IPv4 address
getMulticastPort
public String getMulticastPort()
- Returns:
- the multicast listener port for the cluster