Uses of Interface
org.apache.activemq.artemis.core.journal.Journal
-
-
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.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) -
Uses of Journal in org.apache.activemq.artemis.core.persistence
Methods in org.apache.activemq.artemis.core.persistence that return Journal Modifier and Type Method Description JournalStorageManager. getBindingsJournal()JournalStorageManager. getMessageJournal() -
Uses of Journal in org.apache.activemq.artemis.core.persistence.impl.journal
Fields in org.apache.activemq.artemis.core.persistence.impl.journal declared as Journal Modifier and Type Field Description protected JournalAbstractJournalStorageManager. bindingsJournalprotected JournalAbstractJournalStorageManager. messageJournalprotected JournalJournalStorageManager. originalBindingsJournalprotected JournalJournalStorageManager. originalMessageJournalMethods in org.apache.activemq.artemis.core.persistence.impl.journal that return Journal Modifier and Type Method Description protected JournalJournalStorageManager. createMessageJournal(Configuration config, IOCriticalErrorListener criticalErrorListener, int fileSize)JournalAbstractJournalStorageManager. getBindingsJournal()JournalAbstractJournalStorageManager. getMessageJournal()Methods in org.apache.activemq.artemis.core.persistence.impl.journal with parameters of type Journal Modifier and Type Method Description static DescribeJournalDescribeJournal. printSurvivingRecords(Journal journal, PrintStream out, boolean safe) -
Uses of Journal in org.apache.activemq.artemis.core.persistence.impl.nullpm
Methods in org.apache.activemq.artemis.core.persistence.impl.nullpm that return Journal Modifier and Type Method Description JournalNullStorageManager. getBindingsJournal()JournalNullStorageManager. getMessageJournal() -
Uses of Journal in org.apache.activemq.artemis.core.replication
Classes in org.apache.activemq.artemis.core.replication that implement Journal Modifier and Type Class Description classReplicatedJournalUsed by theJournalStorageManagerto replicate journal calls.Methods in org.apache.activemq.artemis.core.replication with parameters of type Journal Modifier and Type Method Description voidReplicationEndpoint. registerJournal(byte id, Journal journal)Constructors in org.apache.activemq.artemis.core.replication with parameters of type Journal Constructor Description ReplicatedJournal(byte journalID, Journal localJournal, ReplicationManager replicationManager) -
Uses of Journal in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl with parameters of type Journal Modifier and Type Method Description voidBackupRecoveryJournalLoader. postLoad(Journal messageJournal, ResourceManager resourceManager, Map<SimpleString,List<Pair<byte[],Long>>> duplicateIDMap)voidJournalLoader. postLoad(Journal messageJournal, ResourceManager resourceManager, Map<SimpleString,List<Pair<byte[],Long>>> duplicateIDMap)voidPostOfficeJournalLoader. postLoad(Journal messageJournal, ResourceManager resourceManager, Map<SimpleString,List<Pair<byte[],Long>>> duplicateIDMap) -
Uses of Journal in org.apache.activemq.artemis.jdbc.store.journal
Classes in org.apache.activemq.artemis.jdbc.store.journal that implement Journal Modifier and Type Class Description classJDBCJournalImpl
-