Uses of Interface
com.atlassian.confluence.impl.cluster.event.ClusterEventService
-
Packages that use ClusterEventService Package Description com.atlassian.confluence.cluster.hazelcast com.atlassian.confluence.impl.cluster.event -
-
Uses of ClusterEventService in com.atlassian.confluence.cluster.hazelcast
Methods in com.atlassian.confluence.cluster.hazelcast that return ClusterEventService Modifier and Type Method Description default 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.event
Classes in com.atlassian.confluence.impl.cluster.event that implement ClusterEventService Modifier and Type Class Description classAvailabilityCheckingClusterEventServiceDeprecated.since 8.4 No longer requiredclassTopicEventPublisher<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 ClusterEventService Constructor Description AvailabilityCheckingClusterEventService(ClusterEventService primary, ClusterEventService secondary)Deprecated.
-