Uses of Class
com.atlassian.confluence.impl.journal.JournalEntry
Packages that use JournalEntry
Package
Description
Provides implementation of Journal Service.
-
Uses of JournalEntry in com.atlassian.confluence.impl.journal
Methods in com.atlassian.confluence.impl.journal that return JournalEntryModifier and TypeMethodDescriptionHibernateJournalDao.findEntry(long entryId) JournalDao.findEntry(long entryId) Finds the specified journal entry, if it exists.Methods in com.atlassian.confluence.impl.journal that return types with arguments of type JournalEntryModifier and TypeMethodDescriptioncom.atlassian.fugue.Option<JournalEntry>HibernateJournalDao.findEarliestEntry()com.atlassian.fugue.Option<JournalEntry>JournalDao.findEarliestEntry()Finds the earliest journal entry if any.HibernateJournalDao.findEntries(@NonNull JournalIdentifier journalId, long afterId, long ignoreWithinMillis, int maxEntries) JournalDao.findEntries(@NonNull JournalIdentifier journalId, long afterId, long ignoreWithinMillis, int maxEntries) Finds journal entries that were added after an entry with the given id but earlier than given milliseconds ago.com.atlassian.fugue.Option<JournalEntry>HibernateJournalDao.findLatestEntry(@NonNull JournalIdentifier journalId, long ignoreWithinMillis) com.atlassian.fugue.Option<JournalEntry>JournalDao.findLatestEntry(@NonNull JournalIdentifier journalId, long ignoreWithinMillis) Finds the latest journal entry if any.com.atlassian.fugue.Option<JournalEntry>HibernateJournalDao.findMostRecentEntryByMessage(@NonNull JournalIdentifier journalId, String message) com.atlassian.fugue.Option<JournalEntry>JournalDao.findMostRecentEntryByMessage(@NonNull JournalIdentifier journalId, String message) Finds the most recent journal entry (if any) for the given journal that exactly matches the given journal entry message.DefaultJournalManager.getMostRecentId(@NonNull JournalIdentifier journalIdentifier) DefaultJournalService.getMostRecentId(@NonNull JournalIdentifier journalIdentifier) JournalManager.getMostRecentId(@NonNull JournalIdentifier journalIdentifier) Gets the most recent entry in the journal for the given journal identifierJournalServiceInternal.getMostRecentId(@NonNull JournalIdentifier journalIdentifier) This will find and return the latest journal entry for the provided journal ID, if one exists.DefaultJournalManager.peek(@NonNull JournalIdentifier journalId, int maxEntries) JournalManager.peek(@NonNull JournalIdentifier journalId, int maxEntries) Return a copy of journal entries that are waiting to be processed.Methods in com.atlassian.confluence.impl.journal with parameters of type JournalEntryModifier and TypeMethodDescriptionlongDefaultJournalManager.enqueue(@NonNull JournalEntry entry) longHibernateJournalDao.enqueue(@NonNull JournalEntry entry) longJournalDao.enqueue(@NonNull JournalEntry entry) Adds the given entry to a journal.longJournalManager.enqueue(@NonNull JournalEntry entry) Adds the given entry to a journal.voidDefaultJournalManager.setMostRecentId(@NonNull JournalEntry journalEntry) voidJournalManager.setMostRecentId(@NonNull JournalEntry journalEntry) Stores the most recent journal entry id in the journal storevoidHibernateJournalDao.updateEntry(JournalEntry journalEntry) voidJournalDao.updateEntry(JournalEntry journalEntry) Update a persistent journal entryMethod parameters in com.atlassian.confluence.impl.journal with type arguments of type JournalEntryModifier and TypeMethodDescriptionvoidDefaultJournalManager.enqueue(@NonNull Collection<JournalEntry> entries) voidHibernateJournalDao.enqueue(@NonNull Collection<JournalEntry> entries) voidJournalDao.enqueue(@NonNull Collection<JournalEntry> entries) Adds a collection of given entries to a journal.voidJournalManager.enqueue(@NonNull Collection<JournalEntry> entries) Adds a collection of entries to a journal.<V> VDefaultJournalManager.processNewEntries(@NonNull JournalIdentifier journalId, int maxEntries, @NonNull Function<Iterable<JournalEntry>, @NonNull EntryProcessorResult<V>> entryProcessor) <V> VJournalManager.processNewEntries(@NonNull JournalIdentifier journalId, int maxEntries, @NonNull Function<Iterable<JournalEntry>, @NonNull 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.upgrade.upgradetask
Method parameters in com.atlassian.confluence.impl.upgrade.upgradetask with type arguments of type JournalEntryModifier and TypeMethodDescriptionprotected voidSplitJournalUpgradeTask.createChangeTasks(JournalEntryType journalEntryType, Function<JournalEntry, ConfluenceIndexTask> changeTaskCreator) Create tasks to be written to the change index for all tasks that were previously writing both change and content documents