Structs§
- Client
Request - The application data request type which the
MemStore
works with. - Client
Response - The application data response type which the
MemStore
works with. - MemStore
- An in-memory storage system implementing the
RaftStorage
trait. - MemStore
Snapshot - The application snapshot type which the
MemStore
works with. - MemStore
State Machine - The state machine of the
MemStore
. - Type
Config - Declare the type configuration for
MemStore
.
Enums§
Traits§
- Into
MemClient Request - Helper trait to build
ClientRequest
forMemStore
in generic test code.