Sent by the leader to transfer a snapshot to a lagging follower.
Large snapshots are sent in multiple chunks. Each chunk carries an offset
and data slice. The final chunk sets done to true.
Instance methods
data
Raw snapshot data for this chunk.
Sourcedone?
true if this is the final chunk of the snapshot.
Sourcelast_included_index
The last log index included in the snapshot.
Sourcelast_included_term
The term of the last included log entry.
Sourceoffset
Byte offset of this chunk within the full snapshot.
Sourceterm
The leader's current term.
Source