public abstract class JournalIndexTaskQueue extends AbstractJournalIndexTaskQueue<ConfluenceIndexTask>
ConfluenceIndexTask
s.Modifier and Type | Field and Description |
---|---|
protected IndexTaskFactory |
indexTaskFactory |
anyTypeDao, CHANGE_JOURNAL_ID, CONTENT_JOURNAL_ID, indexFlushRequester, journalIdentifier, journalService
Constructor and Description |
---|
JournalIndexTaskQueue(JournalService journalService,
IndexTaskFactory indexTaskFactory,
AnyTypeDao anyTypeDao)
Deprecated.
since 5.9.0
|
JournalIndexTaskQueue(JournalService journalService,
IndexTaskFactory indexTaskFactory,
AnyTypeDao anyTypeDao,
IndexFlushRequester indexFlushRequester,
JournalIdentifier journalIdentifier) |
Modifier and Type | Method and Description |
---|---|
protected @Nullable com.atlassian.bonnie.Searchable |
getSearchableFromEntry(JournalEntry entry) |
protected Optional<JournalEntry> |
toEntry(ConfluenceIndexTask task)
Converts an IndexQueueEntry to an IndexTask.
|
enqueue, enqueueAll, flushQueue, flushQueue, flushQueue, flushQueue, flushQueueWithActionOnIterableOfTasks, getQueuedEntries, getSize, reset, toTask
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
flushAndExecute, flushAndExecute
protected final IndexTaskFactory indexTaskFactory
@Deprecated public JournalIndexTaskQueue(JournalService journalService, IndexTaskFactory indexTaskFactory, AnyTypeDao anyTypeDao)
public JournalIndexTaskQueue(JournalService journalService, IndexTaskFactory indexTaskFactory, AnyTypeDao anyTypeDao, IndexFlushRequester indexFlushRequester, JournalIdentifier journalIdentifier)
protected Optional<JournalEntry> toEntry(ConfluenceIndexTask task)
toEntry
in class AbstractJournalIndexTaskQueue<ConfluenceIndexTask>
task
- a taskprotected @Nullable com.atlassian.bonnie.Searchable getSearchableFromEntry(JournalEntry entry)
Copyright © 2003–2021 Atlassian. All rights reserved.