Skip to main content

Module serialization

Module serialization 

Source
Expand description

Binary serialization helpers for WAL entry persistence. Serialization helpers for WAL entry persistence.

Structs§

OpGuard
RAII guard that completes a serialized inode operation on drop.
PathGuard
RAII guard that releases a path-level lock on drop.
SerializationEngine
Ticket-based serialization engine ensuring strict per-inode operation ordering.

Enums§

OpKind
Classification of serialized operations for WAL conflict detection.