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.collections 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(File historyFolder, long maxBytes, long period) -
Uses of Journal in org.apache.activemq.artemis.core.journal.collections
Constructors in org.apache.activemq.artemis.core.journal.collections with parameters of type Journal Constructor Description JournalHashMap(long collectionId, Journal journal, LongSupplier idGenerator, org.apache.activemq.artemis.core.persistence.Persister<JournalHashMap.MapRecord<K,V>> persister, byte recordType, Supplier<IOCompletion> completionSupplier, LongFunction<C> contextProvider, IOCriticalErrorListener ioExceptionListener)JournalHashMapProvider(LongSupplier idSupplier, Journal journal, AbstractHashMapPersister<K,V> persister, byte recordType, Supplier<IOCompletion> ioCompletionSupplier, LongFunction<C> contextProvider, IOCriticalErrorListener ioExceptionListener) -
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)
-