Interface IndexJournalService
-
- All Superinterfaces:
JournalService
- All Known Implementing Classes:
DefaultIndexJournalService
@PublicApi public interface IndexJournalService extends JournalService
A specialised version ofJournalService
for the purpose of indexing, e.g. to processIndexTask
.Depending on the indexing platform the current instance is configured with (i.e. Lucene or OpenSearch), each journal-entry will be processed by each node (if Lucene) or only once per cluster (if OpenSearch).
The state of journal processing is stored alongside the index data (e.g. local-home or OpenSearch) to maintain data consistency during backup/restore.
- Since:
- 8.8
-
-
Method Summary
-
Methods inherited from interface com.atlassian.confluence.api.service.journal.JournalService
countEntries, enqueue, peek, processEntries, processNewEntries, reset, waitForRecentEntriesToBecomeVisible
-
-