Uses of Class
com.atlassian.confluence.api.service.journal.EntryProcessorResult

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
<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.
 

Method parameters in com.atlassian.confluence.api.service.journal with type arguments of type EntryProcessorResult
<V> V
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
<V> V
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.
<V> V
DefaultJournalService.processEntries(JournalIdentifier journalId, int maxEntries, com.google.common.base.Function<java.lang.Iterable<JournalEntry>,EntryProcessorResult<V>> entryProcessor)
           
<V> V
DefaultJournalManager.processEntries(JournalIdentifier journalId, int maxEntries, com.google.common.base.Function<java.lang.Iterable<JournalEntry>,EntryProcessorResult<V>> entryProcessor)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.