| Package | Description |
|---|---|
| org.apache.activemq.artemis.core.journal | |
| org.apache.activemq.artemis.core.journal.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
Journal.tryAppendDeleteRecord(long id,
boolean sync,
JournalUpdateCallback updateCallback,
IOCompletion completionCallback) |
void |
Journal.tryAppendDeleteRecord(long id,
JournalUpdateCallback updateCallback,
boolean sync) |
void |
Journal.tryAppendUpdateRecord(long id,
byte recordType,
byte[] record,
JournalUpdateCallback updateCallback,
boolean sync,
boolean replaceableRecord) |
default void |
Journal.tryAppendUpdateRecord(long id,
byte recordType,
EncodingSupport record,
boolean sync,
boolean replaceableUpdate,
JournalUpdateCallback updateCallback,
IOCompletion completionCallback) |
default void |
Journal.tryAppendUpdateRecord(long id,
byte recordType,
EncodingSupport record,
JournalUpdateCallback updateCallback,
boolean sync,
boolean replaceableRecord) |
void |
Journal.tryAppendUpdateRecord(long id,
byte recordType,
Persister persister,
Object record,
boolean sync,
boolean replaceableUpdate,
JournalUpdateCallback updateCallback,
IOCompletion callback) |
void |
Journal.tryAppendUpdateRecord(long id,
byte recordType,
Persister persister,
Object record,
JournalUpdateCallback updateCallback,
boolean sync,
boolean replaceableUpdate) |
| Modifier and Type | Method and Description |
|---|---|
void |
FileWrapperJournal.tryAppendDeleteRecord(long id,
boolean sync,
JournalUpdateCallback updateCallback,
IOCompletion callback) |
void |
JournalImpl.tryAppendDeleteRecord(long id,
boolean sync,
JournalUpdateCallback updateCallback,
IOCompletion callback) |
void |
FileWrapperJournal.tryAppendUpdateRecord(long id,
byte recordType,
Persister persister,
Object record,
boolean sync,
boolean replaceableUpdate,
JournalUpdateCallback updateCallback,
IOCompletion callback) |
void |
JournalImpl.tryAppendUpdateRecord(long id,
byte recordType,
Persister persister,
Object record,
boolean sync,
boolean replaceableUpdate,
JournalUpdateCallback updateCallback,
IOCompletion callback) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.