Expand description
Storage entry model used by Chord-backed DHT storage.
Structs§
- Data
Topic Buffer - Bounded LWW element set used by data topic buffers.
- Entry
- A DHT storage entry with an
EntryKindand a ring key represented asDid. - Entry
Crdt - CRDT metadata carried beside the legacy entry payload.
- Entry
Dot - Unique add witness for one visible entry payload element.
- Entry
Lookup Evidence - A successful lookup result plus the missing placements observed before it.
- Entry
Lookup Key - A lookup request for a concrete placement of an entry identity.
- Entry
Version - Hybrid logical version for LWW entry registers and element dots.
- GSet
- Grow-only set used by subring membership.
- Placed
Entry - An
Entrypaired with its Chord placement key. - Placement
Miss - A placement key observed missing during lookup.
- Relay
Message Set - Two-phase set used by relay-message storage.
- Synced
Entry Ack - Durable-storage acknowledgement for an entry hand-off delta.
Enums§
- Entry
Kind - DHT storage entry categories.
- Entry
Operation - Operations supported by a DHT storage entry.
Type Aliases§
- Subring
Member Set - Grow-only subring membership CRDT.