|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EntryProcessorResult | |
|---|---|
| com.atlassian.confluence.api.service.journal | |
| com.atlassian.confluence.impl.journal | Provides implementation of Journal Service. |
| Uses of EntryProcessorResult in com.atlassian.confluence.api.service.journal |
|---|
| Methods in com.atlassian.confluence.api.service.journal that return EntryProcessorResult | ||
|---|---|---|
static
|
EntryProcessorResult.failure(V result,
long failedEntryId)
Create a result after a processing failure. |
|
static
|
EntryProcessorResult.partial(V result,
long lastSuccessfulId)
Create a result after having successfully processed some of the entries. |
|
static
|
EntryProcessorResult.success(V result)
Create result after having successfully processed all entries. |
|
| Method parameters in com.atlassian.confluence.api.service.journal with type arguments of type EntryProcessorResult | ||
|---|---|---|
|
JournalService.processEntries(JournalIdentifier journalId,
int maxEntries,
com.google.common.base.Function<java.lang.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. |
|
| Uses of EntryProcessorResult in com.atlassian.confluence.impl.journal |
|---|
| Method parameters in com.atlassian.confluence.impl.journal with type arguments of type EntryProcessorResult | ||
|---|---|---|
|
JournalManager.processEntries(JournalIdentifier journalId,
int maxEntries,
com.google.common.base.Function<java.lang.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. |
|
|
DefaultJournalService.processEntries(JournalIdentifier journalId,
int maxEntries,
com.google.common.base.Function<java.lang.Iterable<JournalEntry>,EntryProcessorResult<V>> entryProcessor)
|
|
|
DefaultJournalManager.processEntries(JournalIdentifier journalId,
int maxEntries,
com.google.common.base.Function<java.lang.Iterable<JournalEntry>,EntryProcessorResult<V>> entryProcessor)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||