Expand description
WAL → Kernel replay (A1 D1-Total bit-identical reconstruction).
Replay is the from-fresh-state path: the caller re-creates the
instances referenced by the WAL with matching configs before calling
replay_into. The snapshot path (KernelSnapshot plus
Kernel::from_snapshot) is the alternative — restore from a
point-in-time blob without re-running history.
Structs§
- Replay
Report - Aggregated outcome of
replay_into.
Enums§
- Replay
Error - Failure modes for
replay_into.
Functions§
- replay_
into - Replay every record into
kernel. The caller must already have created the instances referenced by the WAL; for the integrated path (no manual pre-creation), useKernel::from_snapshotagainst aKernelSnapshotinstead.