Structs§
- Assert
Storage V1 - A
RunnableWithStorejob that asserts the storage is at schema version 1. - Common
Storage Options - Command-line options shared by all storage backends, controlling concurrency limits and cache sizes.
- Storage
Cache Config - Individual cache sizes for each
ValueCacheinDbStorage. - Storage
Config - The description of a storage implementation.
- Storage
Migration - A
RunnableWithStorejob that migrates the storage schema.
Enums§
- Inner
Storage Config - The description of a storage implementation.
- Store
Config - The configuration of the key value store in use.
Traits§
- Runnable
- A job that can be run against a high-level
Storage. - Runnable
With Store - A job that can be run against a low-level key-value store.
Functions§
- initialize
- Initializes storage by running migration and then writing the genesis config.