public interface EdgeIndexTask extends ConfluenceIndexTask
ConfluenceIndexTask
.
The reason why it exists is to make it clear that the task is for an edge index.Modifier and Type | Method and Description |
---|---|
default Optional<JournalEntry> |
convertToJournalEntry(JournalIdentifier journalIdentifier)
This default method returns an empty
Optional object because an index task for an edge will be
serialised and stored as the entry message when being queued. |
getSearchIndex, getSearchIndexAccessor, perform, perform
getDescription
default Optional<JournalEntry> convertToJournalEntry(JournalIdentifier journalIdentifier)
Optional
object because an index task for an edge will be
serialised and stored as the entry message when being queued.
The entry message is de-serialised to the task later when the task is about to perform.
convertToJournalEntry
in interface ConvertibleToJournalEntry
journalIdentifier
- the journal identifierOptional
Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences