Expand description
On disk storage for replicas.
Structsยง
- Content
Hashes Iterator - Iterator for all content hashes
- Latest
Iterator - Iterator over the latest entry per author.
- Parent
Iterator - 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.
- Records
Range - An iterator over a range of entries from the records table.
- Store
- Manages the replicas and authors for an instance.
- Store
Instance - A wrapper around
Store
for a specificNamespaceId