Uses of Class
com.atlassian.confluence.cluster.shareddata.PluginSharedDataKey
-
Packages that use PluginSharedDataKey Package Description 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 Modifier and Type Method Description SharedData
HazelcastPluginSharedDataStore. getPluginSharedData(PluginSharedDataKey sharedDataKey, com.atlassian.plugin.Plugin plugin)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of PluginSharedDataKey in com.atlassian.confluence.cluster.nonclustered
Methods in com.atlassian.confluence.cluster.nonclustered with parameters of type PluginSharedDataKey Modifier and Type Method Description 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 Modifier and Type Method Description @NonNull SharedData
DefaultPluginSharedDataRegistry. getPluginSharedData(PluginSharedDataKey pluginSharedDataKey)
Deprecated, for removal: This API element is subject to removal in a future version.@NonNull SharedData
PluginSharedDataRegistry. getPluginSharedData(PluginSharedDataKey moduleKey)
Deprecated, for removal: This API element is subject to removal in a future version.Obtain a SharedData object for the given plugin-specific key@NonNull SharedData
PluginSharedDataStore. getPluginSharedData(PluginSharedDataKey sharedDataKey, com.atlassian.plugin.Plugin plugin)
Deprecated, for removal: This API element is subject to removal in a future version.Obtain the stored SharedData instance for the given key and plugin information
-