Uses of Class
com.atlassian.confluence.api.model.journal.JournalEntry

Packages that use JournalEntry
com.atlassian.confluence.api.service.journal   
com.atlassian.confluence.impl.journal Provides implementation of Journal Service. 
com.atlassian.confluence.search.lucene.queue   
 

Uses of JournalEntry in com.atlassian.confluence.api.service.journal
 

Methods in com.atlassian.confluence.api.service.journal that return types with arguments of type JournalEntry
 java.lang.Iterable<JournalEntry> JournalService.peek(JournalIdentifier journalId, int maxEntries)
          Return a copy of journal entries that are waiting to be processed.
 

Methods in com.atlassian.confluence.api.service.journal with parameters of type JournalEntry
 long JournalService.enqueue(JournalEntry entry)
          Adds the given entry to a journal.
 

Method parameters in com.atlassian.confluence.api.service.journal with type arguments of type JournalEntry
<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 JournalEntry in com.atlassian.confluence.impl.journal
 

Methods in com.atlassian.confluence.impl.journal that return types with arguments of type JournalEntry
 java.lang.Iterable<JournalEntry> DefaultJournalService.peek(JournalIdentifier journalId, int maxEntries)
           
 

Methods in com.atlassian.confluence.impl.journal with parameters of type JournalEntry
 long DefaultJournalService.enqueue(JournalEntry entry)
           
 

Method parameters in com.atlassian.confluence.impl.journal with type arguments of type JournalEntry
<V> V
DefaultJournalService.processEntries(JournalIdentifier journalId, int maxEntries, com.google.common.base.Function<java.lang.Iterable<JournalEntry>,EntryProcessorResult<V>> entryProcessor)
           
 

Uses of JournalEntry in com.atlassian.confluence.search.lucene.queue
 

Methods in com.atlassian.confluence.search.lucene.queue that return JournalEntry
static JournalEntry JournalIndexTaskQueue.createEntry(JournalIndexTaskQueue.Type type, java.lang.String handle)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.