struct

Raft::Log::Metadata

Inherits Struct < Value < Object

Persistent metadata that survives restarts: the current term and the candidate this node voted for (if any) in the current term.

Constructors

new(current_term : UInt64, voted_for : String | Nil)
Source

Instance methods

clone
Source
copy_with(current_term _current_term = @current_term, voted_for _voted_for = @voted_for)
Source
current_term
voted_for