Module storage_v1

Module storage_v1 

Source

Enums§

StoreMode
Is this store sync or async?
StoreRealm
Storage realm, where a store exists.

Statics§

API
FFI API

Functions§

async_get
Get the value of a key, for a store opened in StoreMode::Async mode.
async_get_ready
Attempts to read the value requested by a previous async_get call.
immediate_get
Get the value of a key, for a store opened in StoreMode::Sync mode.
immediate_insert
Set a key value in a store
immediate_list
Get list of all keys in a single byte buffer
immediate_remove
Remove key value in a store
storage__async_get
Get the value of a key, for a store opened in StoreMode::Async mode.
storage__async_get_ready
Attempts to read the value requested by a previous async_get call.
storage__immediate_get
Get the value of a key, for a store opened in StoreMode::Sync mode.
storage__immediate_insert
Set a key value in a store
storage__immediate_list
Get list of all keys in a single byte buffer
storage__immediate_remove
Remove key value in a store
storage__store_close
Close a store
storage__store_open
Open a store and make it available for the module
storage__store_open2
Open a store and make it available for the module
storage__store_open3
Open a store and make it available for the module
store_close
Close a store
store_open
Open a store and make it available for the module
store_open2
Open a store and make it available for the module
store_open3
Open a store and make it available for the module

Type Aliases§

AsyncGetHandle
Handle to a async get operation on a store
StoreHandle
Handle to a store