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.
|
com.atlassian.confluence.rpc.soap.beans |
Modifier and Type | Class and Description |
---|---|
class |
AWSClusterJoinConfig |
class |
KubernetesClusterJoinConfig
A
ClusterJoinConfig for Kubernetes environments. |
class |
MulticastClusterJoinConfig |
class |
TCPIPClusterJoinConfig |
Modifier and Type | Method and Description |
---|---|
@Nullable ClusterJoinConfig |
ClusterInformation.getClusterJoinConfig() |
ClusterJoinConfig |
NamedClusterException.getClusterJoinConfig() |
@Nullable ClusterJoinConfig |
EmptyClusterInformation.getClusterJoinConfig() |
ClusterJoinConfig |
ClusterConfig.getJoinConfig() |
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Option<ClusterJoinConfig> |
ClusterConfigurationHelper.getJoinConfig()
Deprecated.
since 7.0.1. Use
ClusterConfigurationHelper.joinConfig() |
com.atlassian.fugue.Option<ClusterJoinConfig> |
DefaultClusterConfigurationHelper.getJoinConfig()
Deprecated.
since 7.0.1. Use
ClusterConfigurationHelper.joinConfig() |
default Optional<ClusterJoinConfig> |
ClusterConfigurationHelper.joinConfig()
Returns the configured join config if setup has progressed that far.
|
Modifier and Type | Method and Description |
---|---|
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,
@Nullable String networkInterfaceName,
ClusterJoinConfig joinConfig) |
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,
@Nullable String networkInterfaceName,
ClusterJoinConfig joinConfig)
Deprecated.
|
Constructor and Description |
---|
ClusterAlreadyExistsException(String clusterName,
ClusterJoinConfig joinConfig) |
ClusterConfig(ClusterJoinConfig clusterJoinConfig,
String clusterName,
File clusterHome,
NetworkInterface iface) |
ClusterLicenseExceededException(String clusterName,
ClusterJoinConfig clusterJoinConfig,
int permittedClusterNodes) |
NamedClusterException(String clusterName,
@Nullable ClusterJoinConfig clusterJoinConfig) |
NoSuchClusterException(String clusterName,
ClusterJoinConfig joinConfig) |
Modifier and Type | Method and Description |
---|---|
ClusterJoinConfig |
HazelcastClusterInformation.getClusterJoinConfig() |
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Option<ClusterJoinConfig> |
NonClusterConfigurationHelper.getJoinConfig()
Deprecated.
since 7.0.1. Use
ClusterConfigurationHelper.joinConfig() |
Modifier and Type | Method and Description |
---|---|
void |
NonClusterConfigurationHelper.createCluster(String clusterName,
File clusterHome,
String networkInterfaceName,
ClusterJoinConfig joinConfig) |
void |
NonClusterConfigurationHelper.joinCluster(String clusterName,
File clusterHome,
String networkInterfaceName,
ClusterJoinConfig joinConfig)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ClusterJoinConfig |
RemoteClusterInformation.getClusterJoinConfig() |
Copyright © 2003–2020 Atlassian. All rights reserved.