Package org.apache.activemq.artemis.core.journal.impl
-
Interface Summary Interface Description JournalFile JournalReaderCallback JournalRecordProvider This is an interface used only internally. -
Class Summary Class Description AbstractJournalUpdateTask Super class for Journal maintenances such as clean up and CompactorFileWrapperJournal Journal used at a replicating backup server during the synchronization of data with the 'live' server.JournalCompactor JournalConstants Deprecated. JournalFileImpl JournalFilesRepository This is a helper class for the Journal, which will control access to dataFiles, openedFiles and freeFiles Guaranteeing that they will be delivered in order to the JournalJournalImpl A circular log implementation.JournalReaderCallbackAbstract JournalRecord This holds the relationship a record has with other files in regard to reference counting.JournalTransaction Reclaimer The journal consists of an ordered list of journal files Fn where0 <= n <= NSimpleWaitIOCallback SyncIOCompletion Internal class used to manage explicit syncs on the Journal through callbacks.TransactionCallback