Skip to main content

Module wal

Module wal 

Source
Expand description

In-memory write-ahead log for crash recovery of pending operations. In-memory write-ahead log for tracking pending operations. Enables crash recovery by replaying uncommitted operations on restart.

Structs§

InMemoryWal
In-memory write-ahead log with per-inode barrier/shared locking.
WalEntry
A single entry in the write-ahead log.
WalGuard
RAII guard that releases the WAL lock on drop.

Enums§

WalOpKind