Uses of Class
com.atlassian.confluence.cluster.ClusterConfig

Packages that use ClusterConfig
com.atlassian.confluence.cluster   
com.atlassian.confluence.cluster.hazelcast   
com.atlassian.confluence.cluster.nonclustered Implementations for cluster interfaces when no cluster is present. 
 

Uses of ClusterConfig in com.atlassian.confluence.cluster
 

Methods in com.atlassian.confluence.cluster with parameters of type ClusterConfig
 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
 void HazelcastClusterManager.configure(ClusterConfig clusterConfig)
           
 void HazelcastClusterManager.reconfigure(ClusterConfig config)
           
 

Uses of ClusterConfig in com.atlassian.confluence.cluster.nonclustered
 

Methods in com.atlassian.confluence.cluster.nonclustered with parameters of type ClusterConfig
 void NonClusterManager.configure(ClusterConfig config)
           
 void NonClusterManager.reconfigure(ClusterConfig config)
           
 



Copyright © 2003–2015 Atlassian. All rights reserved.