public interface

ClusterInformation

com.atlassian.confluence.cluster.ClusterInformation
Known Indirect Subclasses

Public Methods

public String getDescription ()

public int getMemberCount ()

Returns
  • the number of members in the cluster

public List getMembers ()

Returns
  • a List of Strings with a description of each member of the cluster

public String getMulticastAddress ()

Returns
  • the multicast listener address for the cluster as a dotted decimal IPv4 address

public String getMulticastPort ()

Returns
  • the multicast listener port for the cluster

public String getName ()

public boolean isRunning ()