[][src]Module lol_core::storage

the abstraction for the backing storage and some implementations.

Modules

diskpersistency

persistent implementation backed by RocksDB.

memory

in-memory implementation backed by BTreeMap.

Structs

Entry
Vote

Traits

RaftStorage

the abstraction for the backing storage. basically it is considered as a sequence of log entries and the recent vote.