| Package | Description |
|---|---|
| org.hornetq.core.protocol.core.impl.wireformat | |
| org.hornetq.core.replication |
| Modifier and Type | Method and Description |
|---|---|
ReplicationManager.ADD_OPERATION_TYPE |
ReplicationAddTXMessage.getOperation() |
ReplicationManager.ADD_OPERATION_TYPE |
ReplicationAddMessage.getRecord() |
| Constructor and Description |
|---|
ReplicationAddMessage(byte journalID,
ReplicationManager.ADD_OPERATION_TYPE operation,
long id,
byte journalRecordType,
EncodingSupport encodingData) |
ReplicationAddTXMessage(byte journalID,
ReplicationManager.ADD_OPERATION_TYPE operation,
long txId,
long id,
byte recordType,
EncodingSupport encodingData) |
| Modifier and Type | Method and Description |
|---|---|
static ReplicationManager.ADD_OPERATION_TYPE |
ReplicationManager.ADD_OPERATION_TYPE.toOperation(boolean isUpdate) |
static ReplicationManager.ADD_OPERATION_TYPE |
ReplicationManager.ADD_OPERATION_TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplicationManager.ADD_OPERATION_TYPE[] |
ReplicationManager.ADD_OPERATION_TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicationManager.appendAddRecordTransactional(byte journalID,
ReplicationManager.ADD_OPERATION_TYPE operation,
long txID,
long id,
byte recordType,
EncodingSupport record) |
void |
ReplicationManager.appendUpdateRecord(byte journalID,
ReplicationManager.ADD_OPERATION_TYPE operation,
long id,
byte recordType,
EncodingSupport record) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.