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.
|
Modifier and Type | Class and Description |
---|---|
class |
AlreadyClusteredException |
class |
ClusterAlreadyExistsException |
class |
ClusterLicenseExceededException |
class |
ClusterNotPermittedException |
class |
InvalidClusterAddressException |
class |
InvalidClusterJoinConfigException |
class |
NamedClusterException |
class |
NoSuchClusterException |
Modifier and Type | Method and Description |
---|---|
void |
ClusterConfigurationHelper.bootstrapCluster()
Checks whether clustering is enabled, and bootstraps the cluster manager with
an appropriate configuration
|
void |
DefaultClusterConfigurationHelper.bootstrapCluster() |
void |
ClusterConfigurationHelper.createCluster(String clusterName,
File clusterHome,
InetAddress clusterAddress)
|
void |
DefaultClusterConfigurationHelper.createCluster(String clusterName,
File clusterHome,
InetAddress clusterAddress)
Deprecated.
|
void |
ClusterConfigurationHelper.createCluster(String clusterName,
File clusterHome,
InetAddress clusterAddress,
String networkInterfaceName)
|
void |
DefaultClusterConfigurationHelper.createCluster(String clusterName,
File clusterHome,
InetAddress clusterAddress,
String networkInterfaceName)
Deprecated.
|
void |
ClusterConfigurationHelper.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.
|
void |
DefaultClusterConfigurationHelper.createCluster(String clusterName,
File clusterHome,
String networkInterfaceName,
ClusterJoinConfig joinConfig) |
ClusterInvariants |
ClusterManager.getClusterInvariants()
Get all attributes of the server that must be consistent between cluster nodes.
|
void |
ClusterConfigurationHelper.joinCluster(String clusterName,
File clusterHome,
InetAddress clusterAddress)
Deprecated.
since 5.9 - cluster joining is not supported this way
|
void |
DefaultClusterConfigurationHelper.joinCluster(String clusterName,
File clusterHome,
InetAddress clusterAddress)
Deprecated.
|
void |
ClusterConfigurationHelper.joinCluster(String clusterName,
File clusterHome,
InetAddress clusterAddress,
String networkInterfaceName)
Deprecated.
since 5.9 - cluster joining is not supported this way
|
void |
DefaultClusterConfigurationHelper.joinCluster(String clusterName,
File clusterHome,
InetAddress clusterAddress,
String networkInterfaceName)
Deprecated.
|
void |
ClusterConfigurationHelper.joinCluster(String clusterName,
File clusterHome,
String networkInterfaceName,
ClusterJoinConfig joinConfig)
Deprecated.
since 5.9 - cluster joining is not supported this way
|
void |
DefaultClusterConfigurationHelper.joinCluster(String clusterName,
File clusterHome,
String networkInterfaceName,
ClusterJoinConfig joinConfig)
Deprecated.
|
Constructor and Description |
---|
ClusterConfig(ClusterJoinConfig clusterJoinConfig,
String clusterName,
File clusterHome,
NetworkInterface iface) |
ClusterConfig(InetAddress multicastAddress,
String clusterName,
int multicastTimeToLive,
File clusterHome)
Deprecated.
since 5.9 Use
ClusterConfig.ClusterConfig(ClusterJoinConfig, String, File, NetworkInterface) instead |
ClusterConfig(InetAddress multicastAddress,
String clusterName,
int multicastTimeToLive,
File clusterHome,
NetworkInterface iface)
Deprecated.
since 5.9 Use
ClusterConfig.ClusterConfig(ClusterJoinConfig, String, File, NetworkInterface) instead |
Modifier and Type | Method and Description |
---|---|
ClusterInvariants |
HazelcastClusterManager.getClusterInvariants() |
Modifier and Type | Method and Description |
---|---|
void |
NonClusterConfigurationHelper.createCluster(String clusterName,
File clusterHome,
InetAddress clusterAddress)
Deprecated.
|
void |
NonClusterConfigurationHelper.createCluster(String clusterName,
File clusterHome,
String networkInterfaceName,
ClusterJoinConfig joinConfig) |
void |
NonClusterConfigurationHelper.joinCluster(String clusterName,
File clusterHome,
String networkInterfaceName,
ClusterJoinConfig joinConfig)
Deprecated.
|
Copyright © 2003–2017 Atlassian. All rights reserved.