Skip to main content

Module variable

Module variable 

Source
Expand description

Position-based journal for variable-length items.

The data blobs are the source of truth. The offsets journal provides indexed access and records the preferred recovery point for replaying data to rebuild offset entries.

Structsยง

Config
Configuration for a Journal.
Journal
A contiguous journal with variable-size entries.
PreparedAppend
Items encoded for a deferred append, created by Journal::prepare_append and consumed by Journal::append_prepared.
Reader
A reader over a variable journal.