Uses of Interface
com.atlassian.confluence.impl.cluster.event.ClusterEventService
Packages that use ClusterEventService
Package
Description
- 
Uses of ClusterEventService in com.atlassian.confluence.cluster.hazelcastMethods in com.atlassian.confluence.cluster.hazelcast that return ClusterEventServiceModifier and TypeMethodDescriptiondefault ClusterEventServiceHazelcastClusterEventService.asClusterEventService()Deprecated, for removal: This API element is subject to removal in a future version.
- 
Uses of ClusterEventService in com.atlassian.confluence.impl.cluster.eventClasses in com.atlassian.confluence.impl.cluster.event that implement ClusterEventServiceModifier and TypeClassDescriptionfinal classDeprecated.since 8.4 No longer requiredfinal classTopicEventPublisher<E extends TopicEvent,N> A mechanism for publishing arbitrary application events to all Confluence nodes in the cluster, and providing a way to block until all nodes have acknowledged republishing the event.Constructors in com.atlassian.confluence.impl.cluster.event with parameters of type ClusterEventServiceModifierConstructorDescriptionAvailabilityCheckingClusterEventService(ClusterEventService primary, ClusterEventService secondary) Deprecated.