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 |
MulticastClusterJoinConfig |
class |
TCPIPClusterJoinConfig |
Modifier and Type | Method and Description |
---|---|
ClusterJoinConfig |
ClusterInformation.getClusterJoinConfig() |
ClusterJoinConfig |
EmptyClusterInformation.getClusterJoinConfig() |
ClusterJoinConfig |
NamedClusterException.getClusterJoinConfig() |
ClusterJoinConfig |
ClusterConfig.getJoinConfig() |
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Option<ClusterJoinConfig> |
ClusterConfigurationHelper.getJoinConfig()
Returns the configured join config if setup has progressed that far.
|
com.atlassian.fugue.Option<ClusterJoinConfig> |
DefaultClusterConfigurationHelper.getJoinConfig() |
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,
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,
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,
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() |
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–2018 Atlassian. All rights reserved.