Expand description
Snapshot management for CRDT state persistence.
Snapshots capture the full state of a CRDT at a stable point, allowing for efficient bootstrapping and DAG pruning.
Structs§
- Snapshot
- A snapshot of CRDT state at a specific point in causal history.
- Snapshot
Config - Configuration for snapshot management.
- Snapshot
Manager - Manages snapshot creation and retrieval.
- Snapshot
Stats - Statistics about managed snapshots.
Enums§
- Snapshot
Error - Errors that can occur during snapshot operations.
Constants§
- SNAPSHOT_
VERSION - Current snapshot format version.