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

Packages that use SharedData
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 SharedData in com.atlassian.confluence.cluster.hazelcast.shareddata
 

Methods in com.atlassian.confluence.cluster.hazelcast.shareddata that return SharedData
 SharedData HazelcastPluginSharedDataStore.getPluginSharedData(PluginSharedDataKey sharedDataKey, com.atlassian.plugin.Plugin plugin)
           
 SharedData HazelcastSharedDataSupport.getSharedData(String name)
           
 SharedData HazelcastSharedDataManager.getSharedData(String name)
           
 

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

Methods in com.atlassian.confluence.cluster.nonclustered that return SharedData
 SharedData NonClusterSharedDataManager.getPluginSharedData(PluginSharedDataKey sharedDataKey, com.atlassian.plugin.Plugin plugin)
           
 SharedData NonClusterSharedDataManager.getSharedData(String name)
           
 

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

Methods in com.atlassian.confluence.cluster.shareddata that return SharedData
 SharedData PluginSharedDataRegistry.getPluginSharedData(PluginSharedDataKey moduleKey)
          Obtain a SharedData object for the given plugin-specific key
 SharedData DefaultPluginSharedDataRegistry.getPluginSharedData(PluginSharedDataKey pluginSharedDataKey)
           
 SharedData PluginSharedDataStore.getPluginSharedData(PluginSharedDataKey sharedDataKey, com.atlassian.plugin.Plugin plugin)
          Obtain the stored SharedData instance for the given key and plugin information
 SharedData SharedDataManager.getSharedData(String key)
          Obtain a SharedDataManager for the given key.
 



Copyright © 2003–2015 Atlassian. All rights reserved.