Expand description
An abstraction for dealing with storage collections.
Modules§
- metrics 🔒
Structs§
- A task that keeps persist handles, downgrades sinces when asked, periodically gets recent uppers from them, and updates the shard collection state when needed.
- Frontiers of the collection identified by
id
. - State maintained about individual collections.
- A cursor over a snapshot, allowing us to read just part of a snapshot in its consolidated form.
- A newtype wrapper to hang a Debug impl off of.
- Implementation of StorageCollections that is shallow-cloneable and uses a background task for doing work concurrently, in the background.
Enums§
- Wraps either a “critical” SinceHandle or a leased ReadHandle.
Traits§
- An abstraction for keeping track of storage collections and managing access to them.