Package | Description |
---|---|
com.atlassian.confluence.api.service.journal | |
com.atlassian.confluence.impl.journal |
Provides implementation of Journal Service.
|
com.atlassian.confluence.search.lucene.queue |
Modifier and Type | Method and Description |
---|---|
Iterable<JournalEntry> |
JournalService.peek(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(JournalEntry entry)
Adds the given entry to a journal.
|
Modifier and Type | Method and Description |
---|---|
<V> V |
JournalService.processEntries(JournalIdentifier journalId,
int maxEntries,
com.google.common.base.Function<Iterable<JournalEntry>,EntryProcessorResult<V>> entryProcessor)
Processes journal entries that were added since the last time this
method was called for this journal on this cluster node.
|
Modifier and Type | Method and Description |
---|---|
Iterable<JournalEntry> |
DefaultJournalService.peek(JournalIdentifier journalId,
int maxEntries) |
Modifier and Type | Method and Description |
---|---|
long |
DefaultJournalService.enqueue(JournalEntry entry) |
Modifier and Type | Method and Description |
---|---|
<V> V |
DefaultJournalService.processEntries(JournalIdentifier journalId,
int maxEntries,
com.google.common.base.Function<Iterable<JournalEntry>,EntryProcessorResult<V>> entryProcessor) |
Modifier and Type | Method and Description |
---|---|
static JournalEntry |
JournalIndexTaskQueue.createEntry(JournalIndexTaskQueue.Type type,
String handle) |
Copyright © 2003–2015 Atlassian. All rights reserved.