Package | Description |
---|---|
com.atlassian.confluence.api.service.journal | |
com.atlassian.confluence.impl.journal |
Provides implementation of Journal Service.
|
Modifier and Type | Method and Description |
---|---|
static <V> EntryProcessorResult<V> |
EntryProcessorResult.failure(V result,
long failedEntryId)
Create a result after a processing failure.
|
static <V> EntryProcessorResult<V> |
EntryProcessorResult.partial(V result,
long lastSuccessfulId)
Create a result after having successfully processed some of the entries.
|
static <V> EntryProcessorResult<V> |
EntryProcessorResult.success(V result)
Create result after having successfully processed all entries.
|
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 |
---|---|
<V> V |
DefaultJournalManager.processEntries(JournalIdentifier journalId,
int maxEntries,
com.google.common.base.Function<Iterable<JournalEntry>,EntryProcessorResult<V>> entryProcessor) |
<V> V |
JournalManager.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.
|
<V> V |
DefaultJournalService.processEntries(JournalIdentifier journalId,
int maxEntries,
com.google.common.base.Function<Iterable<JournalEntry>,EntryProcessorResult<V>> entryProcessor) |
Copyright © 2003–2017 Atlassian. All rights reserved.