Expand description

Implementation of the storage controller trait.

Modules

  • Tokio tasks (and support machinery) for maintaining storage-managed collections.
  • Tracks persist shards ready to be finalized, i.e. remove the ability to read or write them. This identifies shards we no longer use, but did not have the opportunity to finalize before e.g. crashing.
  • A tokio tasks (and support machinery) for dealing with the persist handles that the storage controller needs to hold.
  • Rehydration of storage replicas.
  • statistics 🔒
    A tokio task (and support machinery) for producing storage statistics.

Structs

Enums

Statics

Traits