Uses of Class
com.atlassian.confluence.cluster.ClusterException

Packages that use ClusterException
com.atlassian.confluence.cluster   
com.atlassian.confluence.cluster.coherence   
com.atlassian.confluence.cluster.hazelcast   
 

Uses of ClusterException in com.atlassian.confluence.cluster
 

Subclasses of ClusterException in com.atlassian.confluence.cluster
 class AlreadyClusteredException
           
 class ClusterAlreadyExistsException
           
 class ClusterLicenseExceededException
           
 class ClusterNotPermittedException
           
 class InvalidClusterAddressException
           
 class NamedClusterException
           
 class NoSuchClusterException
           
 

Methods in com.atlassian.confluence.cluster that throw ClusterException
 void DefaultClusterConfigurationHelper.bootstrapCluster()
           
 void ClusterConfigurationHelper.bootstrapCluster()
          Checks whether clustering is enabled, and bootstraps the cluster manager with an appropriate configuration
 void DefaultClusterConfigurationHelper.createCluster(java.lang.String clusterName, java.io.File clusterHome)
           
 void ClusterConfigurationHelper.createCluster(java.lang.String clusterName, java.io.File clusterHome)
          Creates a new cluster with the given name as long as the given cluster does not exist.
 void DefaultClusterConfigurationHelper.createCluster(java.lang.String clusterName, java.io.File clusterHome, java.lang.String networkInterfaceName)
           
 void ClusterConfigurationHelper.createCluster(java.lang.String clusterName, java.io.File clusterHome, java.lang.String networkInterfaceName)
          Creates a new cluster with the given name, on the specified network interface, as long as the given cluster does not exist.
 ClusterInvariants ClusterManager.getClusterInvariants()
          Get all attributes of the server that must be consistent between cluster nodes.
 void DefaultClusterConfigurationHelper.joinCluster(java.lang.String clusterName, java.io.File clusterHome)
           
 void ClusterConfigurationHelper.joinCluster(java.lang.String clusterName, java.io.File clusterHome)
          Join the named cluster, as long as it exists and the licensed member count is not exceeded.
 void DefaultClusterConfigurationHelper.joinCluster(java.lang.String clusterName, java.io.File clusterHome, java.lang.String networkInterfaceName)
           
 void ClusterConfigurationHelper.joinCluster(java.lang.String clusterName, java.io.File clusterHome, java.lang.String networkInterfaceName)
          Join the named cluster, on the specified network interface, as long as it exists and the licensed member count is not exceeded.
 

Constructors in com.atlassian.confluence.cluster that throw ClusterException
ClusterConfig(java.net.InetAddress multicastAddress, java.lang.String clusterName, int multicastTimeToLive, java.io.File clusterHome)
           
ClusterConfig(java.net.InetAddress multicastAddress, java.lang.String clusterName, int multicastTimeToLive, java.io.File clusterHome, java.net.NetworkInterface iface)
           
 

Uses of ClusterException in com.atlassian.confluence.cluster.coherence
 

Methods in com.atlassian.confluence.cluster.coherence that throw ClusterException
 ClusterInvariants TangosolClusterManager.getClusterInvariants()
           
 

Uses of ClusterException in com.atlassian.confluence.cluster.hazelcast
 

Methods in com.atlassian.confluence.cluster.hazelcast that throw ClusterException
 ClusterInvariants HazelcastClusterManager.getClusterInvariants()
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.