com.atlassian.confluence.cluster
Interface ClusterInformation
- All Known Implementing Classes:
- EmptyClusterInformation, HazelcastClusterInformation, RemoteClusterInformation, TangosolClusterInformation
public interface ClusterInformation
isRunning
boolean isRunning()
getName
java.lang.String getName()
getDescription
java.lang.String getDescription()
getMembers
java.util.List<java.lang.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
java.lang.String getMulticastAddress()
- Returns:
- the multicast listener address for the cluster as a dotted decimal IPv4 address
getMulticastPort
java.lang.String getMulticastPort()
- Returns:
- the multicast listener port for the cluster
Copyright © 2003-2014 Atlassian. All Rights Reserved.