| Package | Description |
|---|---|
| org.apache.activemq.artemis.core.protocol.core.impl.wireformat | |
| org.apache.activemq.artemis.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,
Persister persister,
Object encodingData) |
ReplicationAddTXMessage(byte journalID,
ReplicationManager.ADD_OPERATION_TYPE operation,
long txId,
long id,
byte recordType,
Persister persister,
Object 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,
Persister persister,
Object record) |
void |
ReplicationManager.appendUpdateRecord(byte journalID,
ReplicationManager.ADD_OPERATION_TYPE operation,
long id,
byte recordType,
Persister persister,
Object record) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.