Uses of Interface
com.atlassian.confluence.event.events.cluster.ClusterEventWrapperService
-
Packages that use ClusterEventWrapperService Package Description com.atlassian.confluence.cluster com.atlassian.confluence.cluster.hazelcast com.atlassian.confluence.cluster.nonclustered Implementations for cluster interfaces when no cluster is present.com.atlassian.confluence.impl.cache.hibernate com.atlassian.confluence.impl.index -
-
Uses of ClusterEventWrapperService in com.atlassian.confluence.cluster
Methods in com.atlassian.confluence.cluster with parameters of type ClusterEventWrapperService Modifier and Type Method Description void
ClusterEventBroadcaster. setClusterEventWrapperService(ClusterEventWrapperService clusterEventWrapperService)
-
Uses of ClusterEventWrapperService in com.atlassian.confluence.cluster.hazelcast
Classes in com.atlassian.confluence.cluster.hazelcast that implement ClusterEventWrapperService Modifier and Type Class Description class
HazelcastClusterEventWrapperService
Hazlecast implementation of the ClusterEventWrapperService -
Uses of ClusterEventWrapperService in com.atlassian.confluence.cluster.nonclustered
Classes in com.atlassian.confluence.cluster.nonclustered that implement ClusterEventWrapperService Modifier and Type Class Description class
NonClusterEventWrapperService
Generic wrapper service for use in non-clustered confluence. -
Uses of ClusterEventWrapperService in com.atlassian.confluence.impl.cache.hibernate
Constructors in com.atlassian.confluence.impl.cache.hibernate with parameters of type ClusterEventWrapperService Constructor Description HibernateClusterAwareCacheManagerFactory(com.atlassian.cache.CacheManager delegate, ClusterManager clusterManager, ClusterEventWrapperService clusterEventWrapperService, com.atlassian.event.api.EventPublisher eventPublisher, org.hibernate.SessionFactory sessionFactory)
-
Uses of ClusterEventWrapperService in com.atlassian.confluence.impl.index
Constructors in com.atlassian.confluence.impl.index with parameters of type ClusterEventWrapperService Constructor Description DefaultIndexRecoveryService(JournalStateStore journalStateStore, JournalDao journalDao, com.atlassian.dc.filestore.api.FileStore.Path sharedHome, ClusterManager clusterManager, com.atlassian.event.api.EventPublisher eventPublisher, ClusterEventWrapperService clusterEventWrapperService, com.atlassian.plugin.PluginAccessor pluginAccessor, ClusterConfigurationHelper clusterConfigurationHelper, ConfluenceDirectories confluenceDirectories, BootstrapManager bootstrapManager)
-