struct

Raft::RPC::InstallSnapshotResponse

Inherits Struct < Value < Object

Response to an InstallSnapshot RPC.

Constructors

new(term : UInt64, last_included_index : UInt64 = 0_u64)
Source

Instance methods

last_included_index

The last included index from the snapshot that was installed.

Source
term

The responder's current term.

Source
type
Source