Class RestoreInProgressEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
All Implemented Interfaces:
ClusterEvent, Serializable

public class RestoreInProgressEvent extends AbstractRestoreEvent
An event that is sent periodically with the restore process state.
Since:
8.3.0
See Also:
  • Constructor Details

    • RestoreInProgressEvent

      public RestoreInProgressEvent(Object src, JobScope jobScope, long processedObjects, long totalNumberOfObjects, boolean databaseLocked, boolean isDisplayJohnson)
  • Method Details

    • getProcessedObjects

      public long getProcessedObjects()
    • getTotalNumberOfObjects

      public long getTotalNumberOfObjects()
    • getJobScope

      public JobScope getJobScope()
      Overrides:
      getJobScope in class AbstractRestoreEvent
    • isDatabaseLocked

      public boolean isDatabaseLocked()
    • isDisplayJohnson

      public boolean isDisplayJohnson()