[][src]Module libraft::raw_node

Structs

RawNode
Ready

Ready encapsulates the entries and messages that are ready to read, be saved to stable storage, committed or sent to other peers. All fields in Ready are read-only.

SoftState

SoftState provides state that is useful for logging and debugging. The state is volatile and does not need to be persisted to the WAL.

Enums

SnapshotStatus