Package | Description |
---|---|
org.hornetq.core.persistence.impl.journal | |
org.hornetq.core.protocol.core.impl.wireformat | |
org.hornetq.core.replication |
Modifier and Type | Method and Description |
---|---|
static JournalStorageManager.JournalContent |
JournalStorageManager.JournalContent.getType(byte type) |
static JournalStorageManager.JournalContent |
JournalStorageManager.JournalContent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JournalStorageManager.JournalContent[] |
JournalStorageManager.JournalContent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JournalStorageManager.JournalContent |
ReplicationSyncFileMessage.getJournalContent() |
static JournalStorageManager.JournalContent |
ReplicationStartSyncMessage.SyncDataType.getJournalContentType(ReplicationStartSyncMessage.SyncDataType dataType) |
Constructor and Description |
---|
ReplicationStartSyncMessage(JournalFile[] datafiles,
JournalStorageManager.JournalContent contentType,
String nodeID,
boolean allowsAutoFailBack) |
ReplicationSyncFileMessage(JournalStorageManager.JournalContent content,
SimpleString storeName,
long id,
int size,
ByteBuffer buffer) |
Modifier and Type | Method and Description |
---|---|
void |
ReplicationManager.sendStartSyncMessage(JournalFile[] datafiles,
JournalStorageManager.JournalContent contentType,
String nodeID,
boolean allowsAutoFailBack)
Reserve the following fileIDs in the backup server.
|
void |
ReplicationManager.syncJournalFile(JournalFile jf,
JournalStorageManager.JournalContent content)
Sends the whole content of the file to be duplicated.
|
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.