Uses of Interface
com.atlassian.confluence.cluster.shareddata.PluginSharedDataStore
- 
Packages that use PluginSharedDataStore 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 PluginSharedDataStore in com.atlassian.confluence.cluster.hazelcast.shareddata
Classes in com.atlassian.confluence.cluster.hazelcast.shareddata that implement PluginSharedDataStore Modifier and Type Class Description classHazelcastPluginSharedDataStoreDeprecated, for removal: This API element is subject to removal in a future version.since 8.2 - 
Uses of PluginSharedDataStore in com.atlassian.confluence.cluster.nonclustered
Classes in com.atlassian.confluence.cluster.nonclustered that implement PluginSharedDataStore Modifier and Type Class Description classNonClusterSharedDataManagerAn implementation ofSharedDataManagerfor use when no clustering is configured. - 
Uses of PluginSharedDataStore in com.atlassian.confluence.cluster.shareddata
Constructors in com.atlassian.confluence.cluster.shareddata with parameters of type PluginSharedDataStore Constructor Description DefaultPluginSharedDataRegistry(com.atlassian.plugin.PluginAccessor pluginAccessor, com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar, PluginSharedDataStore store)Deprecated, for removal: This API element is subject to removal in a future version. 
 -