struct

Raft::RPC::AppendEntriesResponse

Inherits Struct < Value < Object

Response to an AppendEntries RPC.

Constructors

new(term : UInt64, success : Bool, match_index : UInt64)
Source

Instance methods

match_index

The highest log index replicated on the responder.

Source
success?

true if the entries were accepted.

Source
term

The responder's current term.

Source
type
Source