Class IndexSnapshotRestorationFailedEvent

java.lang.Object
com.atlassian.confluence.internal.index.event.IndexSnapshotRestorationFailedEvent

@AsynchronousPreferred public class IndexSnapshotRestorationFailedEvent extends Object
Since:
7.7.0
  • Constructor Details

    • IndexSnapshotRestorationFailedEvent

      public IndexSnapshotRestorationFailedEvent(@Nullable String id, String nodeId, long propagationTime, IndexSnapshotError error)
  • Method Details

    • getId

      public @Nullable String getId()
    • getNodeId

      public String getNodeId()
    • getError

      public IndexSnapshotError getError()
    • getPropagationTime

      public long getPropagationTime()