Uses of Class
com.atlassian.confluence.cluster.ClusterException
Packages that use ClusterException
Package
Description
Implementations for cluster interfaces when no cluster is present.
-
Uses of ClusterException in com.atlassian.confluence.cluster
Subclasses of ClusterException in com.atlassian.confluence.clusterModifier and TypeClassDescriptionclass
class
class
class
class
class
class
This exception is thrown when a requested cluster node is not present in the cluster.Methods in com.atlassian.confluence.cluster that throw ClusterExceptionModifier and TypeMethodDescriptionvoid
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) void
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 ClusterExceptionModifierConstructorDescriptionClusterConfig
(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 ClusterExceptionModifier and TypeMethodDescriptionHazelcastClusterManager.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 ClusterExceptionModifier and TypeMethodDescriptionvoid
NonClusterConfigurationHelper.createCluster
(String clusterName, File clusterHome, String networkInterfaceName, ClusterJoinConfig joinConfig) -
Uses of ClusterException in com.atlassian.confluence.impl.cluster
Methods in com.atlassian.confluence.impl.cluster that throw ClusterExceptionModifier and TypeMethodDescription@Nullable ClusterInvariants
ClusterManagerInternal.getClusterInvariants()
Get all attributes of the server that must be consistent between the nodes of a stable cluster.void
ClusterManagerInternal.reconfigure
(ClusterConfig config) Set a new cluster configuration and cycle the servicevoid
ClusterManagerInternal.startCluster()
Start the clustering service