Uses of Interface
com.atlassian.confluence.cluster.ClusterJoinConfig
Packages that use ClusterJoinConfig
Package
Description
Implementations for cluster interfaces when no cluster is present.
-
Uses of ClusterJoinConfig in com.atlassian.confluence.cluster
Classes in com.atlassian.confluence.cluster that implement ClusterJoinConfigModifier and TypeClassDescriptionclassclassAClusterJoinConfigfor Kubernetes environments.classclassMethods in com.atlassian.confluence.cluster that return ClusterJoinConfigModifier and TypeMethodDescriptionNamedClusterException.getClusterJoinConfig()ClusterConfig.getJoinConfig()Methods in com.atlassian.confluence.cluster that return types with arguments of type ClusterJoinConfigModifier and TypeMethodDescriptionClusterConfigurationHelper.joinConfig()Returns the configured join config if setup has progressed that far.DefaultClusterConfigurationHelper.joinConfig()Methods in com.atlassian.confluence.cluster with parameters of type ClusterJoinConfigModifier and TypeMethodDescriptionvoidClusterConfigurationHelper.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 ClusterJoinConfigModifierConstructorDescriptionClusterAlreadyExistsException(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.nonclustered
Methods in com.atlassian.confluence.cluster.nonclustered that return types with arguments of type ClusterJoinConfigMethods in com.atlassian.confluence.cluster.nonclustered with parameters of type ClusterJoinConfigModifier and TypeMethodDescriptionvoidNonClusterConfigurationHelper.createCluster(String clusterName, File clusterHome, String networkInterfaceName, ClusterJoinConfig joinConfig)