Ready

Undocumented in source.

Members

Functions

containsUpdates
bool containsUpdates()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

MustSync
bool MustSync(HardState prevst, HardState st, int entsnum)
Undocumented in source. Be warned that the author may not have intended to support it.
newReady
Ready newReady(Raft r, SoftState* prevSortSt, HardState prevHardST)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

CommittedEntries
Entry[] CommittedEntries;
Undocumented in source.
Entries
Entry[] Entries;
Undocumented in source.
Messages
Message[] Messages;
Undocumented in source.
ReadStates
ReadState[] ReadStates;
Undocumented in source.
hs
HardState hs;
Undocumented in source.
mustSync
bool mustSync;
Undocumented in source.
snap
Snapshot snap;
Undocumented in source.
softstate
SoftState* softstate;
Undocumented in source.

Meta