Modifier and Type | Class and Description |
---|---|
class |
ClusterPanicEvent
Used when the
ClusterSafetyManager detects a fatal error in the configuration of the cluster. |
Modifier and Type | Class and 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 |
Modifier and Type | Class and 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 job
|
class |
ClusterUpdateSimpleJobScheduleEvent
Used to signal that all nodes should update the run interval of a simple job
|
Modifier and Type | Class and Description |
---|---|
class |
PluginDisableEvent |
class |
PluginEnableEvent |
class |
PluginEvent |
class |
PluginInstallEvent
Fired when a plugin is detected by scanForNewPlugins
|
class |
PluginModuleDisableEvent |
class |
PluginModuleEnableEvent |
class |
PluginModuleEvent
Abstract superclass of all plugin module events.
|
class |
PluginUninstallEvent |
Modifier and Type | Class and Description |
---|---|
class |
ClusterCacheFlushEvent
Signal that all managed caches have been flushed in this cluster
|
Modifier and Type | Class and Description |
---|---|
static class |
DefaultIndexFlushRequester.RequestIndexFlushEvent |
Modifier and Type | Class and Description |
---|---|
class |
CollaborativeEditingOffEvent
Published when collaborative editing is switched off.
|
class |
CollaborativeEditingOnEvent
Published when collaborative editing is switched on.
|
Modifier and Type | Class and 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 in a specific group should be paused.
|
class |
ResumeJobEvent
A cluster-wide event indicating that a specific scheduled job should be resumed.
|
Modifier and Type | Class and 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 |
Copyright © 2003–2019 Atlassian. All rights reserved.