| 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicatedJournal.tryAppendDeleteRecord(long id,
boolean sync,
JournalUpdateCallback updateCallback,
IOCompletion completionCallback) |
void |
ReplicatedJournal.tryAppendDeleteRecord(long id,
JournalUpdateCallback updateCallback,
boolean sync) |
void |
ReplicatedJournal.tryAppendUpdateRecord(long id,
byte recordType,
byte[] record,
JournalUpdateCallback updateCallback,
boolean sync,
boolean replaceableRecord) |
void |
ReplicatedJournal.tryAppendUpdateRecord(long id,
byte journalRecordType,
Persister persister,
Object record,
boolean sync,
boolean replaceableUpdate,
JournalUpdateCallback updateCallback,
IOCompletion completionCallback) |
void |
ReplicatedJournal.tryAppendUpdateRecord(long id,
byte recordType,
Persister persister,
Object record,
JournalUpdateCallback updateCallback,
boolean sync,
boolean replaceable) |
| Modifier and Type | Method and Description |
|---|---|
void |
JDBCJournalImpl.tryAppendDeleteRecord(long id,
boolean sync,
JournalUpdateCallback updateCallback,
IOCompletion completionCallback) |
void |
JDBCJournalImpl.tryAppendDeleteRecord(long id,
JournalUpdateCallback updateCallback,
boolean sync) |
void |
JDBCJournalImpl.tryAppendUpdateRecord(long id,
byte recordType,
byte[] record,
JournalUpdateCallback updateCallback,
boolean sync,
boolean replaceableRecord) |
void |
JDBCJournalImpl.tryAppendUpdateRecord(long id,
byte recordType,
Persister persister,
Object record,
boolean sync,
boolean replaceableUpdate,
JournalUpdateCallback updateCallback,
IOCompletion completionCallback) |
void |
JDBCJournalImpl.tryAppendUpdateRecord(long id,
byte recordType,
Persister persister,
Object record,
JournalUpdateCallback updateCallback,
boolean sync,
boolean replaceableUpdate) |
Copyright © 2025 JBoss by Red Hat. All rights reserved.