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 classAWSClusterJoinConfigclassKubernetesClusterJoinConfigAClusterJoinConfigfor Kubernetes environments.classMulticastClusterJoinConfigclassTCPIPClusterJoinConfigMethods in com.atlassian.confluence.cluster that return ClusterJoinConfig Modifier and Type Method Description @Nullable ClusterJoinConfigClusterInformation. getClusterJoinConfig()Deprecated, for removal: This API element is subject to removal in a future version.@Nullable ClusterJoinConfigEmptyClusterInformation. getClusterJoinConfig()Deprecated, for removal: This API element is subject to removal in a future version.ClusterJoinConfigNamedClusterException. getClusterJoinConfig()ClusterJoinConfigClusterConfig. 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 voidClusterConfigurationHelper. 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.voidDefaultClusterConfigurationHelper. 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 ClusterJoinConfigHazelcastClusterInformation. 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 voidNonClusterConfigurationHelper. 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 ClusterJoinConfigRemoteClusterInformation. getClusterJoinConfig()
-