Module fs

Source
Expand description

On disk storage for replicas.

Structsยง

ContentHashesIterator
Iterator for all content hashes
LatestIterator
Iterator over the latest entry per author.
ParentIterator
Iterator over parent entries, i.e. entries with the same namespace and author, and a key which is a prefix of the key passed to the iterator.
RecordsRange
An iterator over a range of entries from the records table.
Store
Manages the replicas and authors for an instance.
StoreInstance
A wrapper around Store for a specific NamespaceId