Package | Description |
---|---|
com.atlassian.confluence.api.service.journal | |
com.atlassian.confluence.impl.journal |
Provides implementation of Journal Service.
|
com.atlassian.confluence.search | |
com.atlassian.confluence.search.lucene.queue | |
com.atlassian.confluence.search.lucene.tasks | |
com.atlassian.confluence.search.queue |
Modifier and Type | Method and Description |
---|---|
Iterable<JournalEntry> |
JournalService.peek(@NonNull JournalIdentifier journalId,
int maxEntries)
Return a copy of journal entries that are waiting to be processed.
|
Modifier and Type | Method and Description |
---|---|
long |
JournalService.enqueue(@NonNull JournalEntry entry)
Adds the given entry to a journal.
|
Modifier and Type | Method and Description |
---|---|
<V> V |
JournalService.processEntries(@NonNull JournalIdentifier journalId,
int maxEntries,
com.google.common.base.Function<Iterable<JournalEntry>,EntryProcessorResult<V>> entryProcessor)
Deprecated.
since 7.0.1. Use
JournalService.processNewEntries(JournalIdentifier, int, Function) |
Modifier and Type | Method and Description |
---|---|
Iterable<JournalEntry> |
DefaultJournalService.peek(@NonNull JournalIdentifier journalId,
int maxEntries) |
Modifier and Type | Method and Description |
---|---|
long |
DefaultJournalService.enqueue(@NonNull JournalEntry entry) |
Modifier and Type | Method and Description |
---|---|
Optional<JournalEntry> |
ConvertibleToJournalEntry.convertToJournalEntry(JournalIdentifier journalId)
Convert to journal entry.
|
Modifier and Type | Method and Description |
---|---|
protected Optional<JournalEntry> |
JournalIndexTaskQueue.toEntry(ConfluenceIndexTask task)
Converts an IndexQueueEntry to an IndexTask.
|
Modifier and Type | Method and Description |
---|---|
protected ConfluenceIndexTask |
JournalIndexTaskQueue.toTask(JournalEntry entry)
Converts an IndexQueueEntry to an IndexTask.
|
Modifier and Type | Method and Description |
---|---|
static Optional<JournalEntry> |
JournalEntryFactory.createJournalEntry(JournalIdentifier journalId,
JournalEntryType journalEntryType,
String message) |
protected abstract Optional<JournalEntry> |
AbstractJournalIndexTaskQueue.toEntry(T task)
Convert a task into a journal entry.
|
Modifier and Type | Method and Description |
---|---|
protected abstract T |
AbstractJournalIndexTaskQueue.toTask(JournalEntry entry)
Convert an entry to a task.
|
Copyright © 2003–2020 Atlassian. All rights reserved.