Expand description
Inter-object coding groups for replication catch-up (§3.5.6, bd-1hi.26).
This module provides deterministic group encoding across multiple ECS objects and reconstruction from any sufficiently informative symbol subset.
Structs§
- Coded
Catchup Batch - Encoded catch-up batch for replication transfer.
- Coding
Group - Coding-group metadata used by sender and receiver.
- EcsObject
- Canonical ECS object payload for coding-group construction.
- Group
Symbol - One symbol in a coded group stream.
Functions§
- build_
replication_ catchup_ batch - Build a catch-up batch for replication anti-entropy transfer.
- decode_
coding_ group - Decode a coding group from received symbols.
- encode_
coding_ group - Encode multiple ECS objects into one inter-object coding group with default repair overhead.
- encode_
coding_ group_ with_ repair - Encode multiple ECS objects into one inter-object coding group with an optional explicit repair-symbol count.