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 SharedData
HazelcastPluginSharedDataStore. getPluginSharedData(PluginSharedDataKey sharedDataKey, com.atlassian.plugin.Plugin plugin)
Deprecated, for removal: This API element is subject to removal in a future version.@NonNull SharedData
HazelcastSharedDataManager. getSharedData(String name)
Deprecated, for removal: This API element is subject to removal in a future version.@NonNull SharedData
HazelcastSharedDataSupport. 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 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 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@NonNull SharedData
SharedDataManager. getSharedData(String key)
Deprecated, for removal: This API element is subject to removal in a future version.Obtain aSharedDataManager
for the given key.
-