Uses of Interface
com.atlassian.confluence.cluster.shareddata.SharedDataManager

Packages that use SharedDataManager
com.atlassian.confluence.cluster   
com.atlassian.confluence.cluster.hazelcast.shareddata   
com.atlassian.confluence.cluster.nonclustered Implementations for cluster interfaces when no cluster is present. 
com.atlassian.confluence.cluster.safety   
com.atlassian.confluence.rpc.auth   
com.atlassian.confluence.setup   
com.atlassian.confluence.setup.actions   
 

Uses of SharedDataManager in com.atlassian.confluence.cluster
 

Constructors in com.atlassian.confluence.cluster with parameters of type SharedDataManager
ClusterTouchFile(SharedDataManager clusterSharedDataManager)
           
DefaultClusterConfigurationHelper(com.atlassian.config.ApplicationConfig applicationConfig, ClusterManager clusterManager, SharedDataManager clusterSharedDataManager, LicenseService licenseService, ClusterTouchFile clusterTouchFile)
           
 

Uses of SharedDataManager in com.atlassian.confluence.cluster.hazelcast.shareddata
 

Classes in com.atlassian.confluence.cluster.hazelcast.shareddata that implement SharedDataManager
 class HazelcastSharedDataManager
          A Hazelcast implementation of SharedDataManager
 

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

Classes in com.atlassian.confluence.cluster.nonclustered that implement SharedDataManager
 class NonClusterSharedDataManager
          An implementation of SharedDataManager for use when no clustering is configured.
 

Uses of SharedDataManager in com.atlassian.confluence.cluster.safety
 

Constructors in com.atlassian.confluence.cluster.safety with parameters of type SharedDataManager
DefaultClusterSafetyManager(ClusterSafetyDao clusterSafetyDao, com.atlassian.event.api.EventPublisher eventPublisher, SharedDataManager clusterSharedDataManager, ClusterManager clusterManager)
           
 

Uses of SharedDataManager in com.atlassian.confluence.rpc.auth
 

Constructors in com.atlassian.confluence.rpc.auth with parameters of type SharedDataManager
TokenAuthenticationManager(LoginManager loginManager, UserAccessor userAccessor, PermissionManager permissionManager, SettingsManager settingsManager, com.atlassian.event.api.EventPublisher eventPublisher, SharedDataManager clusterSharedDataManager)
           
 

Uses of SharedDataManager in com.atlassian.confluence.setup
 

Methods in com.atlassian.confluence.setup with parameters of type SharedDataManager
static SharedConfigurationMap SharedConfigurationMap.getPublished(SharedDataManager clusterSharedDataManager)
           
 void SharedConfigurationMap.publish(SharedDataManager clusterSharedDataManager)
           
 

Uses of SharedDataManager in com.atlassian.confluence.setup.actions
 

Methods in com.atlassian.confluence.setup.actions with parameters of type SharedDataManager
 void SetupClusterAction.setClusterSharedDataManager(SharedDataManager clusterSharedDataManager)
           
 



Copyright © 2003–2015 Atlassian. All rights reserved.