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 classClusterPanicEventUsed when theClusterSafetyManagerdetects 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 classAsyncImportFinishedEventclassGlobalSettingsChangedEventEvent announcing a change in the global configuration of Confluence.classImportFinishedEventclassMailServerCreateEventclassMailServerDeleteEventclassMailServerEditEventclassMailServerEventclassMaxCacheSizeChangedEventEvent that indicates that max cache size for a particular cache needs to be changed.classResetHibernateIdRangeEventclassSiteDarkFeatureDisabledEventclassSiteDarkFeatureEnabledEvent -
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 classClusterAccessModeEventEvent to fire when read-only mode is enabled or disabled by the administrator on 1 node.classClusterDisableJobEventUsed to signal that all nodes should disable a (local) job.classClusterEnableJobEventUsed to signal that all nodes should enable a (local) job.classClusterIndexRequestEventEvent to fire to ask for a snapshot of a lucene index.classClusterIndexResponseEventEvent to fire to ask for a snapshot of a lucene index.classClusterIndexSnapshotCreatedEventEvent to fire to notify other nodes that a snapshot of a lucene index has been created successfully.classClusterIndexSnapshotRequestEventEvent to fire to ask for a snapshot of a lucene index.classClusterIndexSnapshotRequestReceivedEventEvent to fire to notify other nodes that this has received the request to take a snapshot of a lucene index.classClusterMaintenanceBannerEventEvent to fire when the banner feature is enabled or disabled by the administrator on 1 node.classClusterReindexRequiredEventEvent to fire when every other node in the cluster requires a reindex.classClusterSharedHomeSanityCheckEventEven to fire when a node wants to ensure that shared home directory is visible to other nodes.classClusterUpdateCronJobScheduleEventUsed to signal that all nodes should update the run interval of a cron jobclassClusterUpdateSimpleJobScheduleEventUsed to signal that all nodes should update the run interval of a simple jobclassExpireUserSessionsClusterNotificationEventclassZduFinalizationRequestEventCluster 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 classPluginDisableEventclassPluginEnableEventclassPluginEventclassPluginInstallEventFired when a plugin is detected by scanForNewPluginsclassPluginModuleDisableEventclassPluginModuleEnableEventclassPluginModuleEventAbstract superclass of all plugin module events.classPluginUninstallEvent -
Uses of ClusterEvent in com.atlassian.confluence.impl.backuprestore.events
Classes in com.atlassian.confluence.impl.backuprestore.events that implement ClusterEvent Modifier and Type Class Description classTerminateBackupRestoreJobRequestCluster 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
Classes in com.atlassian.confluence.impl.backuprestore.restore.confluencelocker.events that implement ClusterEvent Modifier and Type Class Description classAbstractRestoreEventAn event that is sent when the state of site restore process changes.classRestoreFailedEventAn event that is sent when restore process failsclassRestoreInProgressEventAn event that is sent periodically with the restore process state.classRestoreLockDatabaseEventAn event that is sent before db drop to lock some database tableclassRestoreSucceededEventAn event that is sent when the restore process finishes successfully.classRestoreUnlockDatabaseEventAn event that is sent before db drop to lock some database table -
Uses of ClusterEvent in com.atlassian.confluence.impl.cache
Classes in com.atlassian.confluence.impl.cache that implement ClusterEvent Modifier and Type Class Description classClusterCacheFlushEventSignal 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 classJmxConfigChangedEventThis 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 classDefaultIndexFlushRequester.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 classCollaborativeEditingOffEventPublished when collaborative editing is switched off.classCollaborativeEditingOnEventPublished 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 classPauseAllJobsEventA cluster-wide event indicating that all scheduled jobs should be paused.classPauseJobEventA cluster-wide event indicating that a specific scheduled job should be paused.classPauseJobGroupEventA cluster-wide event indicating that all scheduled jobs with the specified JobRunnerKey should be paused.classResumeJobEventA 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 classConfluenceDirectoryEventListener.ClusterDirectoryDeletedEventprotected static classConfluenceDirectoryEventListener.ClusterDirectoryEventCrowd'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 classConfluenceDirectoryEventListener.ClusterDirectoryUpdatedEvent
-