Uses of Class
org.apache.activemq.artemis.core.journal.impl.JournalTransaction
-
Packages that use JournalTransaction Package Description org.apache.activemq.artemis.core.journal.impl -
-
Uses of JournalTransaction in org.apache.activemq.artemis.core.journal.impl
Methods in org.apache.activemq.artemis.core.journal.impl that return types with arguments of type JournalTransaction Modifier and Type Method Description org.apache.activemq.artemis.utils.collections.ConcurrentLongHashMap<JournalTransaction>JournalCompactor. getNewTransactions()Methods in org.apache.activemq.artemis.core.journal.impl with parameters of type JournalTransaction Modifier and Type Method Description voidJournalCompactor. addCommandCommit(JournalTransaction liveTransaction, JournalFile currentFile)voidJournalCompactor. addCommandRollback(JournalTransaction liveTransaction, JournalFile currentFile)voidJournalTransaction. merge(JournalTransaction other)This is used to merge transactions from compacting
-