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 SharedDataHazelcastPluginSharedDataStore. 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 SharedDataNonClusterSharedDataManager. 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 SharedDataDefaultPluginSharedDataRegistry. getPluginSharedData(PluginSharedDataKey pluginSharedDataKey)Deprecated, for removal: This API element is subject to removal in a future version.@NonNull SharedDataPluginSharedDataRegistry. 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 SharedDataPluginSharedDataStore. 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
-