[][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

Ballot
Entry

Traits

RaftStorage

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