Class IndexSnapshotCreationSuccessfulEvent

java.lang.Object
com.atlassian.confluence.internal.index.event.IndexSnapshotCreationSuccessfulEvent
All Implemented Interfaces:
Serializable

public class IndexSnapshotCreationSuccessfulEvent extends Object implements Serializable
This class represents an event that is triggered when the creation of index snapshots is successful. It implements Serializable to allow the event to be easily transmitted or stored.
See Also:
  • Constructor Details

    • IndexSnapshotCreationSuccessfulEvent

      public IndexSnapshotCreationSuccessfulEvent(Map<String,Long> indexJournalEntryIdMap)
      Constructs a new IndexSnapshotCreationSuccessfulEvent with the given map of index and journal entry id.
      Parameters:
      indexJournalEntryIdMap - A map of index and corresponding journal entry id
  • Method Details

    • getIndexJournalEntryIdMap

      public Map<String,Long> getIndexJournalEntryIdMap()
      Returns the map of index and journal entry id.
      Returns:
      map of index and journal entry id.