Module little_raft::replica[][src]

Structs

Replica describes the local instance running the Raft algorithm. Its goal is to maintain the consistency of the user-defined StateMachine across the cluster. It uses the user-defined Cluster implementation to talk to other Replicas, be it over the network or pigeon post.

Type Definitions

ReplicaID is a type alias used to identify Raft nodes.