Uses of Record Class
io.camunda.zeebe.journal.record.RecordData
Packages that use RecordData
-
Uses of RecordData in io.camunda.zeebe.journal.record
Methods in io.camunda.zeebe.journal.record that return RecordDataModifier and TypeMethodDescriptionJournalRecordSerializer.readData(org.agrona.DirectBuffer buffer, int offset) Reads theRecordDatafrom the buffer at offset 0.SBESerializer.readData(org.agrona.DirectBuffer buffer, int offset) PersistedJournalRecord.record()Returns the value of therecordrecord component.Methods in io.camunda.zeebe.journal.record with parameters of type RecordDataModifier and TypeMethodDescriptiondefault Either<BufferOverflowException,Integer> JournalRecordSerializer.writeData(RecordData record, org.agrona.MutableDirectBuffer buffer, int offset) Writes aRecordDatato the buffer.Constructors in io.camunda.zeebe.journal.record with parameters of type RecordDataModifierConstructorDescriptionPersistedJournalRecord(RecordMetadata metadata, RecordData record) Creates an instance of aPersistedJournalRecordrecord class.