Skip to main content

Module checkpointer

Module checkpointer 

Source
Expand description

Checkpoint persistence — trait + in-memory implementation.

The Checkpointer trait is storage-agnostic: it accepts and returns opaque bytes. The graph engine handles serialization (bincode). SurrealDB implementation lives in pe-memory (Plan 005).

Structs§

CheckpointMeta
Metadata about a single checkpoint.
InMemoryCheckpointer
In-memory checkpointer for testing and short-lived graphs.
PendingWrite
A single node’s write record within a superstep.

Traits§

Checkpointer
Storage-agnostic checkpoint persistence.