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 classHazelcastPluginSharedDataStoreA Hazelcast-specific implementation ofPluginSharedDataStore. -
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)
-