Uses of Interface
org.apache.activemq.artemis.core.journal.impl.JournalRecordProvider
-
Packages that use JournalRecordProvider Package Description org.apache.activemq.artemis.core.journal.impl -
-
Uses of JournalRecordProvider in org.apache.activemq.artemis.core.journal.impl
Classes in org.apache.activemq.artemis.core.journal.impl that implement JournalRecordProvider Modifier and Type Class Description classJournalCompactorclassJournalImplA circular log implementation.Methods in org.apache.activemq.artemis.core.journal.impl with parameters of type JournalRecordProvider Modifier and Type Method Description voidJournalTransaction. replaceRecordProvider(JournalRecordProvider provider)Constructors in org.apache.activemq.artemis.core.journal.impl with parameters of type JournalRecordProvider Constructor Description JournalTransaction(long id, JournalRecordProvider journal)
-