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

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

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

Classes in com.atlassian.confluence.cluster.hazelcast.shareddata that implement PluginSharedDataStore
 class HazelcastPluginSharedDataStore
          A Hazelcast-specific implementation of PluginSharedDataStore.
 

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

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

Uses of PluginSharedDataStore in com.atlassian.confluence.cluster.shareddata
 

Constructors in com.atlassian.confluence.cluster.shareddata with parameters of type PluginSharedDataStore
DefaultPluginSharedDataRegistry(com.atlassian.plugin.PluginAccessor pluginAccessor, com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar, PluginSharedDataStore store)
           
 



Copyright © 2003–2015 Atlassian. All rights reserved.