| Modifier and Type | Method and Description |
|---|---|
static AbstractJournalStorageManager.JournalContent |
AbstractJournalStorageManager.JournalContent.getType(byte type) |
static AbstractJournalStorageManager.JournalContent |
AbstractJournalStorageManager.JournalContent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractJournalStorageManager.JournalContent[] |
AbstractJournalStorageManager.JournalContent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractJournalStorageManager.JournalContent |
ReplicationSyncFileMessage.getJournalContent() |
static AbstractJournalStorageManager.JournalContent |
ReplicationStartSyncMessage.SyncDataType.getJournalContentType(ReplicationStartSyncMessage.SyncDataType dataType) |
| Constructor and Description |
|---|
ReplicationStartSyncMessage(org.apache.activemq.artemis.core.journal.impl.JournalFile[] datafiles,
AbstractJournalStorageManager.JournalContent contentType,
String nodeID,
boolean allowsAutoFailBack) |
ReplicationSyncFileMessage(AbstractJournalStorageManager.JournalContent content,
org.apache.activemq.artemis.api.core.SimpleString storeName,
long id,
int size,
ByteBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicationManager.sendStartSyncMessage(org.apache.activemq.artemis.core.journal.impl.JournalFile[] datafiles,
AbstractJournalStorageManager.JournalContent contentType,
String nodeID,
boolean allowsAutoFailBack)
Reserve the following fileIDs in the backup server.
|
void |
ReplicationManager.syncJournalFile(org.apache.activemq.artemis.core.journal.impl.JournalFile jf,
AbstractJournalStorageManager.JournalContent content)
Sends the whole content of the file to be duplicated.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.