Uses of Class
com.atlassian.confluence.cluster.ClusterConfig
-
Packages that use ClusterConfig Package Description com.atlassian.confluence.cluster com.atlassian.confluence.cluster.hazelcast -
-
Uses of ClusterConfig in com.atlassian.confluence.cluster
Methods in com.atlassian.confluence.cluster that return ClusterConfig Modifier and Type Method Description static ClusterConfig
ClusterConfigurationUtils. getClusterConfig(com.atlassian.config.ApplicationConfiguration applicationConfig)
Methods in com.atlassian.confluence.cluster with parameters of type ClusterConfig Modifier and Type Method Description void
ClusterManager. configure(ClusterConfig config)
Set a new cluster configuration.void
ClusterManager. reconfigure(ClusterConfig config)
Set a new cluster configuration and cycle the service -
Uses of ClusterConfig in com.atlassian.confluence.cluster.hazelcast
Methods in com.atlassian.confluence.cluster.hazelcast with parameters of type ClusterConfig Modifier and Type Method Description void
HazelcastClusterManager. configure(ClusterConfig clusterConfig)
void
HazelcastClusterManager. reconfigure(ClusterConfig config)
-