Class RestoreInProgressEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.confluence.event.events.ConfluenceEvent
com.atlassian.confluence.event.events.admin.AbstractRestoreEvent
com.atlassian.confluence.event.events.admin.RestoreInProgressEvent
- All Implemented Interfaces:
ClusterEvent,Serializable
An event that is sent periodically with the restore process state.
- Since:
- 8.3.0
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionRestoreInProgressEvent(Object src, JobScope jobScope, long processedObjects, long totalNumberOfObjects, boolean databaseLocked, boolean isDisplayJohnson) -
Method Summary
Modifier and TypeMethodDescriptionlonglongbooleanbooleanMethods inherited from class com.atlassian.confluence.event.events.ConfluenceEvent
equals, hashCodeMethods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
RestoreInProgressEvent
-
-
Method Details
-
getProcessedObjects
public long getProcessedObjects() -
getTotalNumberOfObjects
public long getTotalNumberOfObjects() -
getJobScope
- Overrides:
getJobScopein classAbstractRestoreEvent
-
isDatabaseLocked
public boolean isDatabaseLocked() -
isDisplayJohnson
public boolean isDisplayJohnson()
-