Uses of Interface
org.apache.activemq.artemis.core.journal.Journal
Packages that use Journal
Package
Description
-
Uses of Journal in org.apache.activemq.artemis.core.journal
Subinterfaces of Journal in org.apache.activemq.artemis.core.journalMethods in org.apache.activemq.artemis.core.journal that return JournalModifier and TypeMethodDescriptiondefault JournalJournal.setCriticalErrorListener(IOCriticalErrorListener criticalErrorListener) default JournalJournal.setHistoryFolder(File historyFolder, long maxBytes, long period) -
Uses of Journal in org.apache.activemq.artemis.core.journal.impl
Classes in org.apache.activemq.artemis.core.journal.impl that implement JournalModifier and TypeClassDescriptionfinal classJournal used at a replicating backup server during the synchronization of data with the 'live' server.classA circular log implementation.Constructors in org.apache.activemq.artemis.core.journal.impl with parameters of type Journal