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.clusterSubclasses of ClusterException in com.atlassian.confluence.clusterModifier and TypeClassDescriptionclassclassclassclassclassclassclassThis exception is thrown when a requested cluster node is not present in the cluster.Methods in com.atlassian.confluence.cluster that throw ClusterExceptionModifier and TypeMethodDescriptionvoidClusterConfigurationHelper.bootstrapCluster(BootstrapDatabaseAccessor.BootstrapDatabaseData bootstrapDatabaseData) Checks whether clustering is enabled, and bootstraps the cluster manager with an appropriate configurationvoidDefaultClusterConfigurationHelper.bootstrapCluster(BootstrapDatabaseAccessor.BootstrapDatabaseData bootstrapDatabaseData) voidClusterConfigurationHelper.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.voidDefaultClusterConfigurationHelper.createCluster(String clusterName, File clusterHome, @Nullable String networkInterfaceName, ClusterJoinConfig joinConfig) static ClusterConfigClusterConfigurationUtils.getClusterConfig(com.atlassian.config.ApplicationConfiguration applicationConfig) voidClusterCompatibilityValidator.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.hazelcastMethods in com.atlassian.confluence.cluster.hazelcast that throw ClusterExceptionModifier and TypeMethodDescriptionHazelcastClusterManager.getClusterInvariants()voidHazelcastClusterManager.reconfigure(ClusterConfig config) voidHazelcastClusterManager.startCluster()
- 
Uses of ClusterException in com.atlassian.confluence.cluster.nonclusteredMethods in com.atlassian.confluence.cluster.nonclustered that throw ClusterExceptionModifier and TypeMethodDescriptionvoidNonClusterConfigurationHelper.createCluster(String clusterName, File clusterHome, String networkInterfaceName, ClusterJoinConfig joinConfig) 
- 
Uses of ClusterException in com.atlassian.confluence.impl.clusterMethods in com.atlassian.confluence.impl.cluster that throw ClusterExceptionModifier and TypeMethodDescription@Nullable ClusterInvariantsClusterManagerInternal.getClusterInvariants()Get all attributes of the server that must be consistent between the nodes of a stable cluster.voidClusterManagerInternal.reconfigure(ClusterConfig config) Set a new cluster configuration and cycle the servicevoidClusterManagerInternal.startCluster()Start the clustering service