Uses of Interface
com.atlassian.confluence.cluster.shareddata.SharedData
-
Packages that use SharedData 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 SharedData in com.atlassian.confluence.cluster.hazelcast.shareddata
Methods in com.atlassian.confluence.cluster.hazelcast.shareddata that return SharedData 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.@NonNull SharedDataHazelcastSharedDataManager. getSharedData(String name)Deprecated, for removal: This API element is subject to removal in a future version.@NonNull SharedDataHazelcastSharedDataSupport. getSharedData(String name)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SharedData in com.atlassian.confluence.cluster.nonclustered
Methods in com.atlassian.confluence.cluster.nonclustered that return SharedData Modifier and Type Method Description SharedDataNonClusterSharedDataManager. getPluginSharedData(PluginSharedDataKey sharedDataKey, com.atlassian.plugin.Plugin plugin)SharedDataNonClusterSharedDataManager. getSharedData(String name) -
Uses of SharedData in com.atlassian.confluence.cluster.shareddata
Methods in com.atlassian.confluence.cluster.shareddata that return SharedData 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@NonNull SharedDataSharedDataManager. getSharedData(String key)Deprecated, for removal: This API element is subject to removal in a future version.Obtain aSharedDataManagerfor the given key.
-