Expand description
The KeyValueStore
trait and related definitions.
This provides the trait definitions for the stores.
Structs§
- Common
Store Config - The common initialization parameters for the
KeyValueStore
- Common
Store Internal Config - The common initialization parameters for the
KeyValueStore
Traits§
- Admin
KeyValue Store - Low-level trait for the administration of stores and their namespaces.
- KeyIterable
- How to iterate over the keys returned by a search query.
- KeyValue
Iterable - How to iterate over the key-value pairs returned by a search query.
- KeyValue
Store - Low-level, asynchronous write and read key-value operations. Useful for storage APIs not based on views.
- KeyValue
Store Error - The error type for the key-value stores.
- Readable
KeyValue Store - Low-level, asynchronous read key-value operations. Useful for storage APIs not based on views.
- Restricted
KeyValue Store - Low-level, asynchronous write and read key-value operations. Useful for storage APIs not based on views.
- Test
KeyValue Store - The functions needed for testing purposes
- With
Error - Define an associated
KeyValueStoreError
. - Writable
KeyValue Store - Low-level, asynchronous write key-value operations. Useful for storage APIs not based on views.