Expand description
Sync state tracking for managing synchronization progress and metadata.
This module provides structures and functionality for tracking sync state between peers, including sync cursors, metadata, and history.
Structsยง
- Sync
Cursor - Tracks the synchronization position for a specific peer-tree relationship.
- Sync
History Entry - Record of a single sync operation for audit and debugging purposes.
- Sync
Metadata - Metadata about synchronization operations for a peer.
- Sync
State Manager - Manages sync state persistence in the sync tree.