Module raft::storage [] [src]

Structs

MemStorage

MemStorage is a thread-safe implementation of Storage trait. It is mainly used for test purpose.

MemStorageCore
RaftState

Traits

Storage

Storage is an trait that may be implemented by the application to retrieve log entries from storage.