Uses of Interface
org.apache.activemq.artemis.core.journal.Journal
-
Packages that use Journal Package Description org.apache.activemq.artemis.core.journal org.apache.activemq.artemis.core.journal.impl -
-
Uses of Journal in org.apache.activemq.artemis.core.journal
Subinterfaces of Journal in org.apache.activemq.artemis.core.journal Modifier and Type Interface Description interfaceTestableJournalMethods in org.apache.activemq.artemis.core.journal that return Journal Modifier and Type Method Description default JournalJournal. setCriticalErrorListener(IOCriticalErrorListener criticalErrorListener)default JournalJournal. setHistoryFolder(java.io.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 Journal Modifier and Type Class Description classFileWrapperJournalJournal used at a replicating backup server during the synchronization of data with the 'live' server.classJournalImplA circular log implementation.Constructors in org.apache.activemq.artemis.core.journal.impl with parameters of type Journal Constructor Description FileWrapperJournal(Journal journal)
-