com.atlassian.confluence.cluster
Interface ClusterInformation

All Known Implementing Classes:
EmptyClusterInformation, HazelcastClusterInformation, RemoteClusterInformation

public interface ClusterInformation


Method Summary
 String getDescription()
           
 int getMemberCount()
           
 List<String> getMembers()
           
 String getMulticastAddress()
           
 String getMulticastPort()
           
 String getName()
           
 boolean isRunning()
           
 

Method Detail

isRunning

boolean isRunning()

getName

String getName()

getDescription

String getDescription()

getMembers

List<String> getMembers()
Returns:
a List of Strings with a description of each member of the cluster

getMemberCount

int getMemberCount()
Returns:
the number of members in the cluster

getMulticastAddress

String getMulticastAddress()
Returns:
the multicast listener address for the cluster as a dotted decimal IPv4 address

getMulticastPort

String getMulticastPort()
Returns:
the multicast listener port for the cluster


Copyright © 2003–2015 Atlassian. All rights reserved.