Skip to main content

Module wal

Module wal 

Source
Expand description

Write-Ahead Log (WAL) module.

Re-exports§

pub use writer::InstrumentedWalWriter;
pub use writer::WalAppendTelemetry;
pub use writer::WalAppendTelemetrySnapshot;

Modules§

codec
WAL encoding and decoding.
event
WAL event types for the ActionQueue system.
fs_reader
WAL file system reader.
fs_writer
WAL file system writer.
reader
WAL reader interface.
repair
WAL file repair utilities.
tail_validation
Shared strict WAL framed-record tail validation.
writer
WAL writer interface.