All Classes and Interfaces
Class
Description
Represents a failure to read or write to the journal which resulted in an inconsistency.
Defines exceptions thrown by the Journal
Exception thrown when an entry's application sequence number lower than the previous record.
Exception thrown when an entry has an invalid checksum.
Exception thrown when an entry's index is not the expected one.
Exception thrown when storage runs out of disk space.
Exception thrown when the segment is full and no records can be appended
Exception thrown when the segment is too small to fit even one record
Common methods used by SegmentWriter and SegmentReader to read records from a buffer.
Message identifiers and length of message root
Message identifiers and length of message root
Meta attribute enum for selecting a particular meta attribute value.
A JournalRecord stored in a buffer.
The serializer that writes and reads a journal record according to the SBE schema defined.
A file based journal.
Raft log builder.
Segment file utility.
Holds a normal segment file that hasn't been written to and that has no
SegmentDescriptor.