Uses of Interface
com.atlassian.confluence.cluster.ClusterJoinConfig
-
Packages that use ClusterJoinConfig 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 -
-
Uses of ClusterJoinConfig in com.atlassian.confluence.cluster
Classes in com.atlassian.confluence.cluster that implement ClusterJoinConfig Modifier and Type Class Description class
AWSClusterJoinConfig
class
KubernetesClusterJoinConfig
AClusterJoinConfig
for Kubernetes environments.class
MulticastClusterJoinConfig
class
TCPIPClusterJoinConfig
Methods in com.atlassian.confluence.cluster that return ClusterJoinConfig Modifier and Type Method Description @Nullable ClusterJoinConfig
ClusterInformation. getClusterJoinConfig()
Deprecated, for removal: This API element is subject to removal in a future version.@Nullable ClusterJoinConfig
EmptyClusterInformation. getClusterJoinConfig()
Deprecated, for removal: This API element is subject to removal in a future version.ClusterJoinConfig
NamedClusterException. getClusterJoinConfig()
ClusterJoinConfig
ClusterConfig. getJoinConfig()
Methods in com.atlassian.confluence.cluster that return types with arguments of type ClusterJoinConfig Modifier and Type Method Description Optional<ClusterJoinConfig>
ClusterConfigurationHelper. joinConfig()
Returns the configured join config if setup has progressed that far.Optional<ClusterJoinConfig>
DefaultClusterConfigurationHelper. joinConfig()
Methods in com.atlassian.confluence.cluster with parameters of type ClusterJoinConfig Modifier and Type Method 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)
Constructors in com.atlassian.confluence.cluster with parameters of type ClusterJoinConfig Constructor Description ClusterAlreadyExistsException(String clusterName, ClusterJoinConfig joinConfig)
ClusterConfig(ClusterJoinConfig clusterJoinConfig, String clusterName, File clusterHome, NetworkInterface iface)
NamedClusterException(String clusterName, @Nullable ClusterJoinConfig clusterJoinConfig)
-
Uses of ClusterJoinConfig in com.atlassian.confluence.cluster.hazelcast
Methods in com.atlassian.confluence.cluster.hazelcast that return ClusterJoinConfig Modifier and Type Method Description ClusterJoinConfig
HazelcastClusterInformation. getClusterJoinConfig()
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ClusterJoinConfig in com.atlassian.confluence.cluster.nonclustered
Methods in com.atlassian.confluence.cluster.nonclustered that return types with arguments of type ClusterJoinConfig Modifier and Type Method Description Optional<ClusterJoinConfig>
NonClusterConfigurationHelper. joinConfig()
Methods in com.atlassian.confluence.cluster.nonclustered with parameters of type ClusterJoinConfig Modifier and Type Method Description void
NonClusterConfigurationHelper. createCluster(String clusterName, File clusterHome, String networkInterfaceName, ClusterJoinConfig joinConfig)
-
Uses of ClusterJoinConfig in com.atlassian.confluence.rpc.soap.beans
Methods in com.atlassian.confluence.rpc.soap.beans that return ClusterJoinConfig Modifier and Type Method Description ClusterJoinConfig
RemoteClusterInformation. getClusterJoinConfig()
-