Interface JournalRecord

All Known Implementing Classes:
PersistedJournalRecord

public interface JournalRecord
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Application sequence number for the record
    long
    Checksum of the data
    org.agrona.DirectBuffer
    Application provided data of the record
    long
    Index of the record
  • Method Details

    • index

      long index()
      Index of the record
      Returns:
      index
    • asqn

      long asqn()
      Application sequence number for the record
      Returns:
      asqn
    • checksum

      long checksum()
      Checksum of the data
      Returns:
      checksum
    • data

      org.agrona.DirectBuffer data()
      Application provided data of the record
      Returns:
      data