Expand description
Re-exports§
pub use messages::Request;
Modules§
Structs§
- Apply
Context - Context of a
Machine::apply()
call. - File
Storage - Storage that stores the state of a server and local log entries into one .jsonl file.
- Server
- Raft server.
Enums§
- Apply
Kind - This enum specifies how to execute
Machine::apply()
.
Traits§
- Machine
- This trait represents a replicated state machine.