struct

Raft::RPC::PreVoteResponse

Inherits Struct < Value < Object

Response to a PreVote RPC.

Constructors

new(term : UInt64, vote_granted : Bool)
Source

Instance methods

term

The responder's current term.

Source
type
Source
vote_granted?

true if the pre-vote was granted.

Source