Skip to main content

Module entry

Module entry 

Source
Expand description

Storage entry model used by Chord-backed DHT storage.

Structs§

DataTopicBuffer
Bounded LWW element set used by data topic buffers.
Entry
A DHT storage entry with an EntryKind and a ring key represented as Did.
EntryCrdt
CRDT metadata carried beside the legacy entry payload.
EntryDot
Unique add witness for one visible entry payload element.
EntryLookupEvidence
A successful lookup result plus the missing placements observed before it.
EntryLookupKey
A lookup request for a concrete placement of an entry identity.
EntryVersion
Hybrid logical version for LWW entry registers and element dots.
GSet
Grow-only set used by subring membership.
PlacedEntry
An Entry paired with its Chord placement key.
PlacementMiss
A placement key observed missing during lookup.
RelayMessageSet
Two-phase set used by relay-message storage.
SyncedEntryAck
Durable-storage acknowledgement for an entry hand-off delta.

Enums§

EntryKind
DHT storage entry categories.
EntryOperation
Operations supported by a DHT storage entry.

Type Aliases§

SubringMemberSet
Grow-only subring membership CRDT.