Expand description
Pluggable state storage for per-node runtime data.
Structs§
- InMemory
Store - In-process
StateStorebacked by aRwLock<HashMap>.
Traits§
- State
Store - Generic key-value store for per-node runtime state (latency, quotas, counters, etc.).