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 classAlreadyClusteredExceptionclassClusterAlreadyExistsExceptionclassClusterLicenseExceededExceptionclassClusterNotPermittedExceptionclassInvalidClusterAddressExceptionclassInvalidClusterJoinConfigExceptionclassNamedClusterExceptionclassNoSuchClusterExceptionclassNoSuchClusterNodeExceptionThis 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()Deprecated.voidClusterConfigurationHelper. bootstrapCluster(BootstrapDatabaseAccessor.BootstrapDatabaseData bootstrapDatabaseData)Checks whether clustering is enabled, and bootstraps the cluster manager with an appropriate configurationvoidDefaultClusterConfigurationHelper. bootstrapCluster()voidDefaultClusterConfigurationHelper. 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.voidClusterConfigurationHelper. createCluster(String clusterName, File clusterHome, InetAddress clusterAddress)voidClusterConfigurationHelper. createCluster(String clusterName, File clusterHome, InetAddress clusterAddress, String networkInterfaceName)Deprecated.since 5.9.voidDefaultClusterConfigurationHelper. createCluster(String clusterName, File clusterHome, @Nullable String networkInterfaceName, ClusterJoinConfig joinConfig)voidDefaultClusterConfigurationHelper. createCluster(String clusterName, File clusterHome, InetAddress clusterAddress)Deprecated.voidDefaultClusterConfigurationHelper. createCluster(String clusterName, File clusterHome, InetAddress clusterAddress, @Nullable String networkInterfaceName)Deprecated.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.ClusterMembershipCriteriaClusterManager. getClusterMembershipCriteria()Deprecated.since 7.13.voidClusterConfigurationHelper. joinCluster(String clusterName, File clusterHome, String networkInterfaceName, ClusterJoinConfig joinConfig)Deprecated.since 5.9 - cluster joining is not supported this wayvoidClusterConfigurationHelper. joinCluster(String clusterName, File clusterHome, InetAddress clusterAddress)Deprecated.since 5.9 - cluster joining is not supported this wayvoidClusterConfigurationHelper. joinCluster(String clusterName, File clusterHome, InetAddress clusterAddress, String networkInterfaceName)Deprecated.since 5.9 - cluster joining is not supported this wayvoidDefaultClusterConfigurationHelper. joinCluster(String clusterName, File clusterHome, @Nullable String networkInterfaceName, ClusterJoinConfig joinConfig)Deprecated.voidDefaultClusterConfigurationHelper. joinCluster(String clusterName, File clusterHome, InetAddress clusterAddress)Deprecated.voidDefaultClusterConfigurationHelper. joinCluster(String clusterName, File clusterHome, InetAddress clusterAddress, @Nullable String networkInterfaceName)Deprecated.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)ClusterConfig(InetAddress multicastAddress, String clusterName, int multicastTimeToLive, File clusterHome)Deprecated.since 5.9 UseClusterConfig(ClusterJoinConfig, String, File, NetworkInterface)insteadClusterConfig(InetAddress multicastAddress, String clusterName, int multicastTimeToLive, File clusterHome, NetworkInterface iface)Deprecated.since 5.9 UseClusterConfig(ClusterJoinConfig, String, File, NetworkInterface)instead -
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()ClusterMembershipCriteriaHazelcastClusterManager. getClusterMembershipCriteria() -
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. bootstrapCluster()voidNonClusterConfigurationHelper. createCluster(String clusterName, File clusterHome, String networkInterfaceName, ClusterJoinConfig joinConfig)voidNonClusterConfigurationHelper. createCluster(String clusterName, File clusterHome, InetAddress clusterAddress)Deprecated.voidNonClusterConfigurationHelper. joinCluster(String clusterName, File clusterHome, String networkInterfaceName, ClusterJoinConfig joinConfig)Deprecated.
-