Raft::Log::Metadata
Persistent metadata that survives restarts: the current term and the candidate this node voted for (if any) in the current term.
Constructors
Instance methods
clone
Sourcecopy_with(current_term _current_term = @current_term, voted_for _voted_for = @voted_for)
Sourcecurrent_term
voted_for