Uses of Interface
org.apache.activemq.artemis.core.journal.Journal
Packages that use Journal
Package
Description
-
Uses of Journal in org.apache.activemq.artemis.core.journal
Subinterfaces of Journal in org.apache.activemq.artemis.core.journalMethods in org.apache.activemq.artemis.core.journal that return JournalModifier and TypeMethodDescriptiondefault 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 JournalModifier and TypeClassDescriptionfinal classJournal used at a replicating backup server during the synchronization of data with the 'live' server.classA circular log implementation.Constructors in org.apache.activemq.artemis.core.journal.impl with parameters of type Journal -
Uses of Journal in org.apache.activemq.artemis.core.persistence
Methods in org.apache.activemq.artemis.core.persistence that return JournalModifier and TypeMethodDescriptionStorageManager.getBindingsJournal()StorageManager.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 JournalModifier and TypeFieldDescriptionprotected JournalAbstractJournalStorageManager.bindingsJournalprotected JournalAbstractJournalStorageManager.messageJournalprotected JournalJournalStorageManager.originalBindingsJournalprotected JournalJournalStorageManager.originalMessageJournalMethods in org.apache.activemq.artemis.core.persistence.impl.journal that return JournalModifier and TypeMethodDescriptionprotected JournalJournalStorageManager.createMessageJournal(Configuration config, IOCriticalErrorListener criticalErrorListener, int fileSize) AbstractJournalStorageManager.getBindingsJournal()AbstractJournalStorageManager.getMessageJournal()Methods in org.apache.activemq.artemis.core.persistence.impl.journal with parameters of type JournalModifier and TypeMethodDescriptionstatic 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 JournalModifier and TypeMethodDescriptionNullStorageManager.getBindingsJournal()NullStorageManager.getMessageJournal() -
Uses of Journal in org.apache.activemq.artemis.core.replication
Classes in org.apache.activemq.artemis.core.replication that implement JournalModifier and TypeClassDescriptionclassUsed by theJournalStorageManagerto replicate journal calls.Methods in org.apache.activemq.artemis.core.replication that return JournalMethods in org.apache.activemq.artemis.core.replication with parameters of type JournalModifier and TypeMethodDescriptionvoidReplicationEndpoint.registerJournal(byte id, Journal journal) Constructors in org.apache.activemq.artemis.core.replication with parameters of type JournalModifierConstructorDescriptionReplicatedJournal(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 JournalModifier and TypeMethodDescriptionvoidBackupRecoveryJournalLoader.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