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()@Nullable ClusterJoinConfigEmptyClusterInformation. getClusterJoinConfig()ClusterJoinConfigNamedClusterException. getClusterJoinConfig()ClusterJoinConfigClusterConfig. getJoinConfig()Methods in com.atlassian.confluence.cluster that return types with arguments of type ClusterJoinConfig Modifier and Type Method Description com.atlassian.fugue.Option<ClusterJoinConfig>ClusterConfigurationHelper. getJoinConfig()Deprecated.since 7.0.1.com.atlassian.fugue.Option<ClusterJoinConfig>DefaultClusterConfigurationHelper. getJoinConfig()Deprecated.since 7.0.1.default Optional<ClusterJoinConfig>ClusterConfigurationHelper. joinConfig()Returns the configured join config if setup has progressed that far.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)voidClusterConfigurationHelper. joinCluster(String clusterName, File clusterHome, String networkInterfaceName, ClusterJoinConfig joinConfig)Deprecated.since 5.9 - cluster joining is not supported this wayvoidDefaultClusterConfigurationHelper. joinCluster(String clusterName, File clusterHome, @Nullable String networkInterfaceName, ClusterJoinConfig joinConfig)Deprecated.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)ClusterLicenseExceededException(String clusterName, ClusterJoinConfig clusterJoinConfig, int permittedClusterNodes)NamedClusterException(String clusterName, @Nullable ClusterJoinConfig clusterJoinConfig)NoSuchClusterException(String clusterName, ClusterJoinConfig joinConfig) -
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() -
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 com.atlassian.fugue.Option<ClusterJoinConfig>NonClusterConfigurationHelper. getJoinConfig()Deprecated.since 7.0.1.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)voidNonClusterConfigurationHelper. joinCluster(String clusterName, File clusterHome, String networkInterfaceName, ClusterJoinConfig joinConfig)Deprecated. -
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()
-