Crate openraft_memstore

Source

Structs§

ClientRequest
The application data request type which the MemStore works with.
ClientResponse
The application data response type which the MemStore works with.
MemStore
An in-memory storage system implementing the RaftStorage trait.
MemStoreSnapshot
The application snapshot type which the MemStore works with.
MemStoreStateMachine
The state machine of the MemStore.
TypeConfig
Declare the type configuration for MemStore.

Enums§

BlockOperation

Traits§

IntoMemClientRequest
Helper trait to build ClientRequest for MemStore in generic test code.

Type Aliases§

MemNodeId