@AsynchronousPreferred public class

DisasterRecoveryTriggeredEvent

extends ApplicationEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.atlassian.bitbucket.event.ApplicationEvent
       ↳ com.atlassian.bitbucket.event.server.DisasterRecoveryTriggeredEvent

Class Overview

An event that is raised when the system is started after being restored from a Zero Downtime Backup.

This event is useful to plugins that persist state, indexes or other information to the filesystem. In reaction to this event, plugins should check integrity, repair or recreate their data persisted to the filesystem as necessary.

This event can be ignored by plugins that only make use of the database for persistence or is capable of automatically self-healing their persisted data during normal operation.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
DisasterRecoveryTriggeredEvent(Object source)
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.event.ApplicationEvent
From class java.util.EventObject
From class java.lang.Object

Public Constructors

public DisasterRecoveryTriggeredEvent (Object source)