Skip to main content

Module state

Module state 

Source
Expand description

Pluggable state storage for per-node runtime data.

Structs§

InMemoryStore
In-process StateStore backed by a RwLock<HashMap>.

Traits§

StateStore
Generic key-value store for per-node runtime state (latency, quotas, counters, etc.).