| .. |
|
storage
|
b80f04d31a
Define the storage interface.
|
2 лет назад |
|
utils
|
eae9fd0ccc
Implement a do-nothing storage.
|
2 лет назад |
|
apply_command.rs
|
e3ea70c318
Move `last_applied` to the apply_command daemon.
|
3 лет назад |
|
beat_ticker.rs
|
9bf4309269
Use a known-width integer for beats.
|
3 лет назад |
|
daemon_env.rs
|
e3ea70c318
Move `last_applied` to the apply_command daemon.
|
3 лет назад |
|
daemon_watch.rs
|
4161b3f24d
Remove the clone requirement of daemon_env.
|
3 лет назад |
|
election.rs
|
f9d2a15e8e
Remove "me" from the raft peers array.
|
3 лет назад |
|
heartbeats.rs
|
4ab3c2a603
Use std::pin::pin instead of futures::pin_mut.
|
2 лет назад |
|
index_term.rs
|
baf22fec60
Use `IndexTerm` in public API.
|
3 лет назад |
|
lib.rs
|
b80f04d31a
Define the storage interface.
|
2 лет назад |
|
log_array.rs
|
b9a9591bec
Optimize serialization of Vec<u8> and boost throughput to 150%.
|
3 лет назад |
|
messages.rs
|
b9a9591bec
Optimize serialization of Vec<u8> and boost throughput to 150%.
|
3 лет назад |
|
peer_progress.rs
|
f25f9a258e
Refine comments in a few places.
|
3 лет назад |
|
persister.rs
|
611629f6fc
Import a different Serialize.
|
4 лет назад |
|
process_append_entries.rs
|
baf22fec60
Use `IndexTerm` in public API.
|
3 лет назад |
|
process_install_snapshot.rs
|
e3f2148ecb
Remove the "Default" requirement on command.
|
3 лет назад |
|
process_request_vote.rs
|
16c2187ab3
Implement the prevote phase on both client and server side.
|
3 лет назад |
|
raft.rs
|
44774c320f
Drop the Arc requirement of Persister.
|
3 лет назад |
|
raft_state.rs
|
17a7dfa1d2
Make sure the raft state occupies entire L3 cache.
|
3 лет назад |
|
remote_context.rs
|
f9d2a15e8e
Remove "me" from the raft peers array.
|
3 лет назад |
|
remote_peer.rs
|
7329e47622
Add rpc_client and beat_ticker to the context.
|
3 лет назад |
|
remote_raft.rs
|
ba5494ad08
Create an abstract layer on top of RPC interfaces for remote peers.
|
4 лет назад |
|
replicable_command.rs
|
7d8b309287
Explicitly list the requirement for commands.
|
3 лет назад |
|
snapshot.rs
|
24715e57e3
Move snapshot.rs to using the new standalone daemon_watch.
|
3 лет назад |
|
sync_log_entries.rs
|
0f650beb1e
Remove unnecessary crate path in type names.
|
3 лет назад |
|
term_marker.rs
|
784af923ed
Remove the unused mark_term() method.
|
3 лет назад |
|
verify_authority.rs
|
1a43d98384
Remove clippy allows that are no longer necessary.
|
3 лет назад |