Uses of Class
com.atlassian.confluence.cluster.ClusterException
-
Packages that use ClusterException Package Description com.atlassian.confluence.cluster com.atlassian.confluence.cluster.hazelcast com.atlassian.confluence.cluster.nonclustered Implementations for cluster interfaces when no cluster is present. -
-
Uses of ClusterException in com.atlassian.confluence.cluster
Subclasses of ClusterException in com.atlassian.confluence.cluster Modifier and Type Class Description class
AlreadyClusteredException
class
ClusterAlreadyExistsException
class
ClusterNotPermittedException
class
InvalidClusterAddressException
class
InvalidClusterJoinConfigException
class
NamedClusterException
class
NoSuchClusterNodeException
This exception is thrown when a requested cluster node is not present in the cluster.Methods in com.atlassian.confluence.cluster that throw ClusterException Modifier and Type Method Description void
ClusterConfigurationHelper. bootstrapCluster(BootstrapDatabaseAccessor.BootstrapDatabaseData bootstrapDatabaseData)
Checks whether clustering is enabled, and bootstraps the cluster manager with an appropriate configurationvoid
DefaultClusterConfigurationHelper. bootstrapCluster(BootstrapDatabaseAccessor.BootstrapDatabaseData bootstrapDatabaseData)
void
ClusterConfigurationHelper. createCluster(String clusterName, File clusterHome, String networkInterfaceName, ClusterJoinConfig joinConfig)
Creates a new cluster with the given name, on the specified network interface, as long as the given cluster does not exist.void
DefaultClusterConfigurationHelper. createCluster(String clusterName, File clusterHome, @Nullable String networkInterfaceName, ClusterJoinConfig joinConfig)
static ClusterConfig
ClusterConfigurationUtils. getClusterConfig(com.atlassian.config.ApplicationConfiguration applicationConfig)
ClusterInvariants
ClusterManager. getClusterInvariants()
Get all attributes of the server that must be consistent between the nodes of a stable cluster.void
ClusterManager. reconfigure(ClusterConfig config)
Set a new cluster configuration and cycle the servicevoid
ClusterManager. startCluster()
Start the clustering servicevoid
ClusterCompatibilityValidator. validate(BootstrapDatabaseAccessor.BootstrapDatabaseData data)
Validates at bootstrap if the current node is compatible with the cluster state.Constructors in com.atlassian.confluence.cluster that throw ClusterException Constructor Description ClusterConfig(ClusterJoinConfig clusterJoinConfig, String clusterName, File clusterHome, NetworkInterface iface)
-
Uses of ClusterException in com.atlassian.confluence.cluster.hazelcast
Methods in com.atlassian.confluence.cluster.hazelcast that throw ClusterException Modifier and Type Method Description ClusterInvariants
HazelcastClusterManager. getClusterInvariants()
void
HazelcastClusterManager. reconfigure(ClusterConfig config)
void
HazelcastClusterManager. startCluster()
-
Uses of ClusterException in com.atlassian.confluence.cluster.nonclustered
Methods in com.atlassian.confluence.cluster.nonclustered that throw ClusterException Modifier and Type Method Description void
NonClusterConfigurationHelper. createCluster(String clusterName, File clusterHome, String networkInterfaceName, ClusterJoinConfig joinConfig)
-