Jing Yang 914409a197 Add documentation for RaftJoinHandler::join(). 3 years ago
..
utils c71fd0fa03 Move the join logic to a standalone handler. 3 years ago
apply_command.rs 496ad0d7d7 Move apply_command.rs to using the standalone daemon_watch. 3 years ago
beat_ticker.rs 9bf4309269 Use a known-width integer for beats. 3 years ago
daemon_env.rs 5fe90f62fe Refactor: move DaemonWatch out of DaemonEnv. 3 years ago
daemon_watch.rs 4161b3f24d Remove the clone requirement of daemon_env. 3 years ago
election.rs 9796a49bdc Move election.rs to the new standalone daemon_watch. 3 years ago
heartbeats.rs ca59d5b7ac Replace SeqCst ordering with more relaxed ones in keep_running. 3 years ago
index_term.rs baf22fec60 Use `IndexTerm` in public API. 3 years ago
lib.rs 5fe90f62fe Refactor: move DaemonWatch out of DaemonEnv. 3 years ago
log_array.rs baf22fec60 Use `IndexTerm` in public API. 3 years ago
messages.rs baf22fec60 Use `IndexTerm` in public API. 3 years ago
peer_progress.rs 8c80a8b26c Merge Opening into PeerProgress. 3 years ago
persister.rs 611629f6fc Import a different Serialize. 4 years ago
process_append_entries.rs baf22fec60 Use `IndexTerm` in public API. 3 years ago
process_install_snapshot.rs e3f2148ecb Remove the "Default" requirement on command. 3 years ago
process_request_vote.rs e3f2148ecb Remove the "Default" requirement on command. 3 years ago
raft.rs 914409a197 Add documentation for RaftJoinHandler::join(). 3 years ago
raft_state.rs 56f934ea4f Remove next_index and current_step from RaftState. 3 years ago
remote_raft.rs ba5494ad08 Create an abstract layer on top of RPC interfaces for remote peers. 4 years ago
replicable_command.rs 7d8b309287 Explicitly list the requirement for commands. 3 years ago
snapshot.rs 24715e57e3 Move snapshot.rs to using the new standalone daemon_watch. 3 years ago
sync_log_entries.rs 0a93a0d6a5 Move sync_log_entries.rs to using the new standalone daemon_watch. 3 years ago
term_marker.rs 75d4e75262 Optimize imports in source files. 3 years ago
verify_authority.rs 2a2e55a7bb Move verify_authority.rs to using the new standalone daemon_watch. 3 years ago