Structs

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

Traits

Type Definitions