Skip to main content

Module storage

Module storage 

Source

Structs§

AssertStorageV1
A RunnableWithStore job that asserts the storage is at schema version 1.
CommonStorageOptions
Command-line options shared by all storage backends, controlling concurrency limits and cache sizes.
StorageCacheConfig
Individual cache sizes for each ValueCache in DbStorage.
StorageConfig
The description of a storage implementation.
StorageMigration
A RunnableWithStore job that migrates the storage schema.

Enums§

InnerStorageConfig
The description of a storage implementation.
StoreConfig
The configuration of the key value store in use.

Traits§

Runnable
A job that can be run against a high-level Storage.
RunnableWithStore
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.