Raft v0.2.1 Raft.Log.Metadata
This module defines the metadata for a raft node. This data is persisted to disk as described in the paper.
Link to this section Summary
Types
Latest term the server has seen. Defaults to 0 on boot and increases monotonically
Metadata struct
The candidate id that was voted for this term. Defaults to :none if there has been no vote this term
Link to this section Types
Latest term the server has seen. Defaults to 0 on boot and increases monotonically.
Metadata struct.
The candidate id that was voted for this term. Defaults to :none if there has been no vote this term.