Uses of Class
com.atlassian.confluence.cluster.shareddata.PluginSharedDataKey

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

Methods in com.atlassian.confluence.cluster.hazelcast.shareddata with parameters of type PluginSharedDataKey
 SharedData HazelcastPluginSharedDataStore.getPluginSharedData(PluginSharedDataKey sharedDataKey, com.atlassian.plugin.Plugin plugin)
           
 

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

Methods in com.atlassian.confluence.cluster.nonclustered with parameters of type PluginSharedDataKey
 SharedData NonClusterSharedDataManager.getPluginSharedData(PluginSharedDataKey sharedDataKey, com.atlassian.plugin.Plugin plugin)
           
 

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

Methods in com.atlassian.confluence.cluster.shareddata with parameters of type PluginSharedDataKey
 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
 



Copyright © 2003–2015 Atlassian. All rights reserved.