Uses of Interface
io.camunda.zeebe.journal.JournalRecord
Packages that use JournalRecord
Package
Description
Zeebe Journal Record Schema
-
Uses of JournalRecord in io.camunda.zeebe.journal
Methods in io.camunda.zeebe.journal that return JournalRecordModifier and TypeMethodDescriptionJournal.append(long asqn, BufferWriter recordDataWriter) Appends a newJournalRecordthat contains the data to be written by the recordDataWriter.Journal.append(BufferWriter recordDataWriter) Appends a newJournalRecordthat contains the data to be written by the recordDataWriter.Methods in io.camunda.zeebe.journal with parameters of type JournalRecordModifier and TypeMethodDescriptionvoidJournal.append(JournalRecord record) Appends aJournalRecord. -
Uses of JournalRecord in io.camunda.zeebe.journal.file
Methods in io.camunda.zeebe.journal.file that return JournalRecordModifier and TypeMethodDescriptionSegmentedJournal.append(long asqn, BufferWriter recordDataWriter) SegmentedJournal.append(BufferWriter recordDataWriter) Methods in io.camunda.zeebe.journal.file with parameters of type JournalRecord -
Uses of JournalRecord in io.camunda.zeebe.journal.record
Classes in io.camunda.zeebe.journal.record that implement JournalRecordModifier and TypeClassDescriptionfinal recordA JournalRecord stored in a buffer.Methods in io.camunda.zeebe.journal.record that return JournalRecordModifier and TypeMethodDescriptionJournalRecordReaderUtil.read(ByteBuffer buffer, long expectedIndex) Reads the JournalRecord in the buffer at the current position.