Uses of Enum Class
org.apache.activemq.artemis.core.persistence.impl.journal.AbstractJournalStorageManager.JournalContent
Packages that use AbstractJournalStorageManager.JournalContent
Package
Description
-
Uses of AbstractJournalStorageManager.JournalContent in org.apache.activemq.artemis.core.persistence.impl.journal
Methods in org.apache.activemq.artemis.core.persistence.impl.journal that return AbstractJournalStorageManager.JournalContentModifier and TypeMethodDescriptionAbstractJournalStorageManager.JournalContent.getType(byte type) Returns the enum constant of this class with the specified name.AbstractJournalStorageManager.JournalContent.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AbstractJournalStorageManager.JournalContent in org.apache.activemq.artemis.core.protocol.core.impl.wireformat
Methods in org.apache.activemq.artemis.core.protocol.core.impl.wireformat that return AbstractJournalStorageManager.JournalContentModifier and TypeMethodDescriptionReplicationSyncFileMessage.getJournalContent()ReplicationStartSyncMessage.SyncDataType.getJournalContentType(ReplicationStartSyncMessage.SyncDataType dataType) Constructors in org.apache.activemq.artemis.core.protocol.core.impl.wireformat with parameters of type AbstractJournalStorageManager.JournalContentModifierConstructorDescriptionReplicationStartSyncMessage(JournalFile[] datafiles, AbstractJournalStorageManager.JournalContent contentType, String nodeID, boolean allowsAutoFailBack) ReplicationSyncFileMessage(AbstractJournalStorageManager.JournalContent content, SimpleString storeName, long id, int size, io.netty.buffer.ByteBuf buffer) -
Uses of AbstractJournalStorageManager.JournalContent in org.apache.activemq.artemis.core.replication
Methods in org.apache.activemq.artemis.core.replication with parameters of type AbstractJournalStorageManager.JournalContentModifier and TypeMethodDescriptionvoidReplicationManager.sendStartSyncMessage(JournalFile[] datafiles, AbstractJournalStorageManager.JournalContent contentType, String nodeID, boolean allowsAutoFailBack) Reserve the following fileIDs in the backup server.voidReplicationManager.syncJournalFile(JournalFile jf, AbstractJournalStorageManager.JournalContent content) Sends the whole content of the file to be duplicated.