Uses of Interface
com.atlassian.confluence.event.events.cluster.ClusterEvent
Package
Description
Implementations for cluster interfaces when no cluster is present.
-
Uses of ClusterEvent in com.atlassian.confluence.cluster
-
Uses of ClusterEvent in com.atlassian.confluence.cluster.hazelcast
Modifier and TypeClassDescriptionclass
HazelcastClusterEventWrapper<T extends ClusterEvent>
Hazelcast specific implementation of the ClusterEventWrapper.Modifier and TypeMethodDescriptionHazelcastClusterEventWrapperService.wrap
(Object src, ClusterEvent event) -
Uses of ClusterEvent in com.atlassian.confluence.cluster.nonclustered
Modifier and TypeMethodDescriptionNonClusterEventWrapperService.wrap
(Object src, ClusterEvent event) -
Uses of ClusterEvent in com.atlassian.confluence.cluster.safety
Modifier 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
Modifier and TypeClassDescriptionclass
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
class
-
Uses of ClusterEvent in com.atlassian.confluence.event.events.cluster
Modifier 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.Modifier and TypeMethodDescriptionClusterEventWrapperService.wrap
(Object src, ClusterEvent event) ModifierConstructorDescriptionClusterEventWrapper
(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
Modifier 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
Modifier 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
-
Uses of ClusterEvent in com.atlassian.confluence.impl.backuprestore.events
Modifier 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.backuprestore.restore.confluencelocker.events
Modifier and TypeClassDescriptionclass
An event that is sent when the state of site restore process changes.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 table -
Uses of ClusterEvent in com.atlassian.confluence.impl.cache
Modifier and TypeClassDescriptionclass
Signal that all managed caches have been flushed in this cluster -
Uses of ClusterEvent in com.atlassian.confluence.impl.cache.hazelcast.hibernate
Modifier and TypeClassDescriptionclass
The event is sent when query regions should be evicted. -
Uses of ClusterEvent in com.atlassian.confluence.impl.search
-
Uses of ClusterEvent in com.atlassian.confluence.plugins.opensearch.events
Modifier and TypeClassDescriptionclass
This event is raised when an OpenSearch index gets recreated. -
Uses of ClusterEvent in com.atlassian.confluence.plugins.synchrony.api.events
Modifier 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
Modifier 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
Modifier 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.