Uses of Interface
org.apache.activemq.artemis.core.journal.JournalUpdateCallback
-
Packages that use JournalUpdateCallback Package Description org.apache.activemq.artemis.core.journal org.apache.activemq.artemis.core.journal.impl -
-
Uses of JournalUpdateCallback in org.apache.activemq.artemis.core.journal
Methods in org.apache.activemq.artemis.core.journal with parameters of type JournalUpdateCallback Modifier and Type Method Description voidJournal. tryAppendDeleteRecord(long id, boolean sync, JournalUpdateCallback updateCallback, IOCompletion completionCallback)voidJournal. tryAppendDeleteRecord(long id, JournalUpdateCallback updateCallback, boolean sync)voidJournal. tryAppendUpdateRecord(long id, byte recordType, byte[] record, JournalUpdateCallback updateCallback, boolean sync, boolean replaceableRecord)default voidJournal. tryAppendUpdateRecord(long id, byte recordType, EncodingSupport record, boolean sync, boolean replaceableUpdate, JournalUpdateCallback updateCallback, IOCompletion completionCallback)default voidJournal. tryAppendUpdateRecord(long id, byte recordType, EncodingSupport record, JournalUpdateCallback updateCallback, boolean sync, boolean replaceableRecord)voidJournal. tryAppendUpdateRecord(long id, byte recordType, org.apache.activemq.artemis.core.persistence.Persister persister, java.lang.Object record, boolean sync, boolean replaceableUpdate, JournalUpdateCallback updateCallback, IOCompletion callback)voidJournal. tryAppendUpdateRecord(long id, byte recordType, org.apache.activemq.artemis.core.persistence.Persister persister, java.lang.Object record, JournalUpdateCallback updateCallback, boolean sync, boolean replaceableUpdate) -
Uses of JournalUpdateCallback in org.apache.activemq.artemis.core.journal.impl
Methods in org.apache.activemq.artemis.core.journal.impl with parameters of type JournalUpdateCallback Modifier and Type Method Description voidFileWrapperJournal. tryAppendDeleteRecord(long id, boolean sync, JournalUpdateCallback updateCallback, IOCompletion callback)voidJournalImpl. tryAppendDeleteRecord(long id, boolean sync, JournalUpdateCallback updateCallback, IOCompletion callback)voidFileWrapperJournal. tryAppendUpdateRecord(long id, byte recordType, org.apache.activemq.artemis.core.persistence.Persister persister, java.lang.Object record, boolean sync, boolean replaceableUpdate, JournalUpdateCallback updateCallback, IOCompletion callback)voidJournalImpl. tryAppendUpdateRecord(long id, byte recordType, org.apache.activemq.artemis.core.persistence.Persister persister, java.lang.Object record, boolean sync, boolean replaceableUpdate, JournalUpdateCallback updateCallback, IOCompletion callback)
-