Uses of Interface
com.atlassian.confluence.event.events.cluster.ClusterEvent
-
-
Uses of ClusterEvent in com.atlassian.confluence.cluster.safety
Classes in com.atlassian.confluence.cluster.safety that implement ClusterEvent Modifier and Type Class Description class
ClusterPanicEvent
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 ClusterEvent Modifier and Type Class Description class
AsyncImportFinishedEvent
class
GlobalSettingsChangedEvent
Event announcing a change in the global configuration of Confluence.class
ImportFinishedEvent
class
MailServerCreateEvent
class
MailServerDeleteEvent
class
MailServerEditEvent
class
MailServerEvent
class
MaxCacheSizeChangedEvent
Event that indicates that max cache size for a particular cache needs to be changed.class
ResetHibernateIdRangeEvent
class
SiteDarkFeatureDisabledEvent
class
SiteDarkFeatureEnabledEvent
-
Uses of ClusterEvent in com.atlassian.confluence.event.events.cluster
Classes in com.atlassian.confluence.event.events.cluster that implement ClusterEvent Modifier and Type Class Description class
ClusterAccessModeEvent
Event to fire when read-only mode is enabled or disabled by the administrator on 1 node.class
ClusterDisableJobEvent
Used to signal that all nodes should disable a (local) job.class
ClusterEnableJobEvent
Used to signal that all nodes should enable a (local) job.class
ClusterIndexRequestEvent
Event to fire to ask for a snapshot of a lucene index.class
ClusterIndexResponseEvent
Event to fire to ask for a snapshot of a lucene index.class
ClusterIndexSnapshotCreatedEvent
Event to fire to notify other nodes that a snapshot of a lucene index has been created successfully.class
ClusterIndexSnapshotRequestEvent
Event to fire to ask for a snapshot of a lucene index.class
ClusterIndexSnapshotRequestReceivedEvent
Event to fire to notify other nodes that this has received the request to take a snapshot of a lucene index.class
ClusterMaintenanceBannerEvent
Event to fire when the banner feature is enabled or disabled by the administrator on 1 node.class
ClusterReindexRequiredEvent
Event to fire when every other node in the cluster requires a reindex.class
ClusterSharedHomeSanityCheckEvent
Even to fire when a node wants to ensure that shared home directory is visible to other nodes.class
ClusterUpdateCronJobScheduleEvent
Used to signal that all nodes should update the run interval of a cron jobclass
ClusterUpdateSimpleJobScheduleEvent
Used to signal that all nodes should update the run interval of a simple jobclass
ExpireUserSessionsClusterNotificationEvent
class
ZduFinalizationRequestEvent
Cluster event triggered when ZDU state has changed i.e. -
Uses of ClusterEvent in com.atlassian.confluence.event.events.plugin
Classes in com.atlassian.confluence.event.events.plugin that implement ClusterEvent Modifier and Type Class Description class
PluginDisableEvent
class
PluginEnableEvent
class
PluginEvent
class
PluginInstallEvent
Fired when a plugin is detected by scanForNewPluginsclass
PluginModuleDisableEvent
class
PluginModuleEnableEvent
class
PluginModuleEvent
Abstract superclass of all plugin module events.class
PluginUninstallEvent
-
Uses of ClusterEvent in com.atlassian.confluence.impl.cache
Classes in com.atlassian.confluence.impl.cache that implement ClusterEvent Modifier and Type Class Description class
ClusterCacheFlushEvent
Signal that all managed caches have been flushed in this cluster -
Uses of ClusterEvent in com.atlassian.confluence.impl.metrics
Classes in com.atlassian.confluence.impl.metrics that implement ClusterEvent Modifier and Type Class Description class
JmxConfigChangedEvent
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.impl.search
Classes in com.atlassian.confluence.impl.search that implement ClusterEvent Modifier and Type Class Description static class
DefaultIndexFlushRequester.RequestIndexFlushEvent
-
Uses of ClusterEvent in com.atlassian.confluence.plugins.synchrony.api.events
Classes in com.atlassian.confluence.plugins.synchrony.api.events that implement ClusterEvent Modifier and Type Class Description class
CollaborativeEditingOffEvent
Published when collaborative editing is switched off.class
CollaborativeEditingOnEvent
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 ClusterEvent Modifier and Type Class Description class
PauseAllJobsEvent
A cluster-wide event indicating that all scheduled jobs should be paused.class
PauseJobEvent
A cluster-wide event indicating that a specific scheduled job should be paused.class
PauseJobGroupEvent
A cluster-wide event indicating that all scheduled jobs with the specified JobRunnerKey should be paused.class
ResumeJobEvent
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 ClusterEvent Modifier and Type Class Description static class
ConfluenceDirectoryEventListener.ClusterDirectoryDeletedEvent
protected static class
ConfluenceDirectoryEventListener.ClusterDirectoryEvent
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
ConfluenceDirectoryEventListener.ClusterDirectoryUpdatedEvent
-