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 TypeMethodDescriptionlong
long
boolean
boolean
Methods inherited from class com.atlassian.confluence.event.events.ConfluenceEvent
equals, hashCode
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
RestoreInProgressEvent
-
-
Method Details
-
getProcessedObjects
public long getProcessedObjects() -
getTotalNumberOfObjects
public long getTotalNumberOfObjects() -
getJobScope
- Overrides:
getJobScope
in classAbstractRestoreEvent
-
isDatabaseLocked
public boolean isDatabaseLocked() -
isDisplayJohnson
public boolean isDisplayJohnson()
-