Uses of Interface
com.atlassian.confluence.event.events.cluster.ClusterEvent
Packages that use ClusterEvent
Package
Description
Implementations for cluster interfaces when no cluster is present.
-
Uses of ClusterEvent in com.atlassian.confluence.cluster
Methods in com.atlassian.confluence.cluster with parameters of type ClusterEvent -
Uses of ClusterEvent in com.atlassian.confluence.cluster.hazelcast
Classes in com.atlassian.confluence.cluster.hazelcast with type parameters of type ClusterEventModifier and TypeClassDescriptionclass
HazelcastClusterEventWrapper<T extends ClusterEvent>
Hazelcast specific implementation of the ClusterEventWrapper.Methods in com.atlassian.confluence.cluster.hazelcast with parameters of type ClusterEventModifier and TypeMethodDescriptionHazelcastClusterEventWrapperService.wrap
(Object src, ClusterEvent event) -
Uses of ClusterEvent in com.atlassian.confluence.cluster.nonclustered
Methods in com.atlassian.confluence.cluster.nonclustered with parameters of type ClusterEventModifier and TypeMethodDescriptionNonClusterEventWrapperService.wrap
(Object src, ClusterEvent event) -
Uses of ClusterEvent in com.atlassian.confluence.cluster.safety
Classes in com.atlassian.confluence.cluster.safety that implement ClusterEventModifier and TypeClassDescriptionclass
Used when theClusterSafetyManager
detects a fatal error in the configuration of the cluster. -
Uses of ClusterEvent in com.atlassian.confluence.event.events.admin
Classes in com.atlassian.confluence.event.events.admin that implement ClusterEventModifier and TypeClassDescriptionclass
An event that is sent when the state of site restore process changes.class
class
Event announcing a change in the global configuration of Confluence.class
class
class
class
class
class
Event that indicates that max cache size for a particular cache needs to be changed.class
class
An event that is sent when restore process failsclass
An event that is sent periodically with the restore process state.class
An event that is sent before db drop to lock some database tableclass
An event that is sent when the restore process finishes successfully.class
An event that is sent before db drop to lock some database tableclass
class
-
Uses of ClusterEvent in com.atlassian.confluence.event.events.cluster
Classes in com.atlassian.confluence.event.events.cluster that implement ClusterEventModifier and TypeClassDescriptionclass
Event to fire when read-only mode is enabled or disabled by the administrator on 1 node.class
Used to signal that all nodes should disable a (local) job.class
Used to signal that all nodes should enable a (local) job.class
Event to fire to ask for a snapshot of a lucene index.class
Event to fire to ask for a snapshot of a lucene index.class
Event to fire to notify other nodes that a snapshot of a lucene index has been created successfully.class
Event to fire to ask for a snapshot of a lucene index.class
Event to fire to notify other nodes that this has received the request to take a snapshot of a lucene index.class
Event to fire when the banner feature is enabled or disabled by the administrator on 1 node.class
Event to fire when every other node in the cluster requires a reindex.class
Even to fire when a node wants to ensure that shared home directory is visible to other nodes.class
Used to signal that all nodes should update the run interval of a cron jobclass
Used to signal that all nodes should update the run interval of a simple jobfinal class
class
Cluster event triggered when ZDU state has changed i.e.Fields in com.atlassian.confluence.event.events.cluster declared as ClusterEventMethods in com.atlassian.confluence.event.events.cluster that return ClusterEventMethods in com.atlassian.confluence.event.events.cluster with parameters of type ClusterEventModifier and TypeMethodDescriptionClusterEventWrapperService.wrap
(Object src, ClusterEvent event) Constructors in com.atlassian.confluence.event.events.cluster with parameters of type ClusterEventModifierConstructorDescriptionClusterEventWrapper
(Object src, ClusterEvent event) Create a clustered wrapper event to broadcast an event across a cluster. -
Uses of ClusterEvent in com.atlassian.confluence.event.events.monitoring
Classes in com.atlassian.confluence.event.events.monitoring that implement ClusterEventModifier and TypeClassDescriptionclass
This event gets published everytime the JMX configuration has been updated on one node and can e.g. -
Uses of ClusterEvent in com.atlassian.confluence.event.events.plugin
Classes in com.atlassian.confluence.event.events.plugin that implement ClusterEventModifier and TypeClassDescriptionclass
class
class
class
Fired when a plugin is detected by scanForNewPluginsclass
class
class
Abstract superclass of all plugin module events.class
-
Uses of ClusterEvent in com.atlassian.confluence.functest.rest.cluster
Classes in com.atlassian.confluence.functest.rest.cluster that implement ClusterEvent -
Uses of ClusterEvent in com.atlassian.confluence.impl.backuprestore.events
Classes in com.atlassian.confluence.impl.backuprestore.events that implement ClusterEventModifier and TypeClassDescriptionclass
Cluster event that requires to cancel the job on other nodes (if they are found). -
Uses of ClusterEvent in com.atlassian.confluence.impl.cache
Classes in com.atlassian.confluence.impl.cache that implement ClusterEventModifier and TypeClassDescriptionclass
Signal that all managed caches have been flushed in this cluster -
Uses of ClusterEvent in com.atlassian.confluence.impl.cache.hazelcast.hibernate
Classes in com.atlassian.confluence.impl.cache.hazelcast.hibernate that implement ClusterEventModifier and TypeClassDescriptionclass
The event is sent when query regions should be evicted. -
Uses of ClusterEvent in com.atlassian.confluence.impl.search
Classes in com.atlassian.confluence.impl.search that implement ClusterEvent -
Uses of ClusterEvent in com.atlassian.confluence.plugins.opensearch.events
Classes in com.atlassian.confluence.plugins.opensearch.events that implement ClusterEventModifier and TypeClassDescriptionclass
This event is raised when an OpenSearch index gets recreated. -
Uses of ClusterEvent in com.atlassian.confluence.plugins.synchrony.api.events
Classes in com.atlassian.confluence.plugins.synchrony.api.events that implement ClusterEventModifier and TypeClassDescriptionclass
Published when collaborative editing is switched off.class
Published when collaborative editing is switched on. -
Uses of ClusterEvent in com.atlassian.confluence.schedule.events
Classes in com.atlassian.confluence.schedule.events that implement ClusterEventModifier and TypeClassDescriptionclass
A cluster-wide event indicating that all scheduled jobs should be paused.class
A cluster-wide event indicating that a specific scheduled job should be paused.class
A cluster-wide event indicating that all scheduled jobs with the specified JobRunnerKey should be paused.class
A cluster-wide event indicating that a specific scheduled job should be resumed. -
Uses of ClusterEvent in com.atlassian.confluence.user.crowd
Classes in com.atlassian.confluence.user.crowd that implement ClusterEventModifier and TypeClassDescriptionstatic class
protected static class
Crowd's event classes are not Serializable, so we need to extract the event class and directory, then reconstruct the event on the other nodes.static class
class
An event used to broadcast LDAP directory updates to all the nodes in confluence cluster.