Structs§
- Client
Request - The application data request type which the
MemStoreworks with. - Client
Response - The application data response type which the
MemStoreworks with. - MemStore
- An in-memory storage system implementing the
RaftStoragetrait. - MemStore
Snapshot - The application snapshot type which the
MemStoreworks 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
ClientRequestforMemStorein generic test code.