MemoryStorage

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

Append
ErrString Append(Entry[] entries)
Undocumented in source. Be warned that the author may not have intended to support it.
ApplySnapshot
ErrString ApplySnapshot(Snapshot snap)
Undocumented in source. Be warned that the author may not have intended to support it.
Compact
ErrString Compact(ulong compactIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
CreateSnapshot
ErrString CreateSnapshot(ulong i, ConfState* cs, string data, Snapshot snap)
Undocumented in source. Be warned that the author may not have intended to support it.
Entries
ErrString Entries(ulong lo, ulong hi, ulong maxSize, Entry[] entries)
Undocumented in source. Be warned that the author may not have intended to support it.
FirstIndex
ErrString FirstIndex(ulong first)
Undocumented in source. Be warned that the author may not have intended to support it.
GetSnap
ErrString GetSnap(Snapshot ss)
Undocumented in source. Be warned that the author may not have intended to support it.
InitalState
ErrString InitalState(HardState hs, ConfState cs)
Undocumented in source. Be warned that the author may not have intended to support it.
LastIndex
ErrString LastIndex(ulong last)
Undocumented in source. Be warned that the author may not have intended to support it.
Term
ErrString Term(ulong i, ulong term)
Undocumented in source. Be warned that the author may not have intended to support it.
firstIndex
ulong firstIndex()
Undocumented in source. Be warned that the author may not have intended to support it.
lastIndex
ulong lastIndex()
Undocumented in source. Be warned that the author may not have intended to support it.
setHadrdState
ErrString setHadrdState(HardState hs)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_ents
Entry[] _ents;
Undocumented in source.
_hs
HardState _hs;
Undocumented in source.
_ss
Snapshot _ss;
Undocumented in source.

Inherited Members

From Storage

InitalState
ErrString InitalState(HardState hs, ConfState cs)
Undocumented in source.
Entries
ErrString Entries(ulong lo, ulong hi, ulong maxSize, Entry[] entries)
Undocumented in source.
Term
ErrString Term(ulong i, ulong term)
Undocumented in source.
LastIndex
ErrString LastIndex(ulong index)
Undocumented in source.
FirstIndex
ErrString FirstIndex(ulong index)
Undocumented in source.
GetSnap
ErrString GetSnap(Snapshot ss)
Undocumented in source.

Meta