|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClusterException | |
|---|---|
| com.atlassian.confluence.cluster | |
| com.atlassian.confluence.cluster.coherence | |
| 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 | |
|---|---|
class |
AlreadyClusteredException
|
class |
ClusterAlreadyExistsException
Created by IntelliJ IDEA. |
class |
ClusterLicenseExceededException
|
class |
ClusterNotPermittedException
|
class |
InvalidClusterAddressException
Created by IntelliJ IDEA. |
class |
NamedClusterException
Created by IntelliJ IDEA. |
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)
|
void |
ClusterConfigurationHelper.createCluster(java.lang.String clusterName)
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.lang.String networkInterfaceName)
|
void |
ClusterConfigurationHelper.createCluster(java.lang.String clusterName,
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)
|
void |
ClusterConfigurationHelper.joinCluster(java.lang.String clusterName)
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.lang.String networkInterfaceName)
|
void |
ClusterConfigurationHelper.joinCluster(java.lang.String clusterName,
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. |
| 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.nonclustered |
|---|
| Methods in com.atlassian.confluence.cluster.nonclustered that throw ClusterException | |
|---|---|
void |
NonClusterConfigurationHelper.bootstrapCluster()
|
void |
NonClusterConfigurationHelper.createCluster(java.lang.String clusterName)
|
void |
NonClusterConfigurationHelper.createCluster(java.lang.String clusterName,
java.lang.String networkInterfaceName)
|
void |
NonClusterConfigurationHelper.joinCluster(java.lang.String clusterName)
|
void |
NonClusterConfigurationHelper.joinCluster(java.lang.String clusterName,
java.lang.String networkInterfaceName)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||