Class IndexSnapshotCreationSuccessfulEvent
java.lang.Object
com.atlassian.confluence.internal.index.event.IndexSnapshotCreationSuccessfulEvent
- All Implemented Interfaces:
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 Summary
ConstructorsConstructorDescriptionIndexSnapshotCreationSuccessfulEvent
(Map<String, Long> indexJournalEntryIdMap) Constructs a new IndexSnapshotCreationSuccessfulEvent with the given map of index and journal entry id. -
Method Summary
Modifier and TypeMethodDescriptionReturns the map of index and journal entry id.
-
Constructor Details
-
IndexSnapshotCreationSuccessfulEvent
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
Returns the map of index and journal entry id.- Returns:
- map of index and journal entry id.
-