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 classAlreadyClusteredExceptionclassClusterAlreadyExistsExceptionclassClusterNotPermittedExceptionclassInvalidClusterAddressExceptionclassInvalidClusterJoinConfigExceptionclassNamedClusterExceptionclassNoSuchClusterNodeExceptionThis 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 voidClusterConfigurationHelper. 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)ClusterInvariantsClusterManager. getClusterInvariants()Get all attributes of the server that must be consistent between the nodes of a stable cluster.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 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 ClusterInvariantsHazelcastClusterManager. getClusterInvariants() -
Uses of ClusterException in com.atlassian.confluence.cluster.nonclustered
Methods in com.atlassian.confluence.cluster.nonclustered that throw ClusterException Modifier and Type Method Description voidNonClusterConfigurationHelper. createCluster(String clusterName, File clusterHome, String networkInterfaceName, ClusterJoinConfig joinConfig)
-