Uses of Class
org.apache.activemq.artemis.core.persistence.impl.journal.JournalStorageManager
-
Packages that use JournalStorageManager Package Description org.apache.activemq.artemis.core.persistence.impl.journal org.apache.activemq.artemis.core.replication -
-
Uses of JournalStorageManager in org.apache.activemq.artemis.core.persistence.impl.journal
Subclasses of JournalStorageManager in org.apache.activemq.artemis.core.persistence.impl.journal Modifier and Type Class Description classJDBCJournalStorageManagerMethods in org.apache.activemq.artemis.core.persistence.impl.journal with parameters of type JournalStorageManager Modifier and Type Method Description static ObjectDescribeJournal. newObjectEncoding(RecordInfo info, JournalStorageManager storageManager) -
Uses of JournalStorageManager in org.apache.activemq.artemis.core.replication
Methods in org.apache.activemq.artemis.core.replication with parameters of type JournalStorageManager Modifier and Type Method Description voidReplicationManager. largeMessageClosed(Long messageId, JournalStorageManager storageManager)voidReplicationManager. largeMessageDelete(Long messageId, JournalStorageManager storageManager)
-