Module raft_engine::internals

source ·
Expand description

A selective view of key components in Raft Engine. Exported under the internals feature only.

Modules

  • A set of public utilities used for interacting with log files.

Structs

Enums

Traits

  • EventListener contains a set of callback functions that will be notified on specific events inside Raft Engine.
  • FileNameExt offers file name formatting extensions to FileId.
  • A PipeLog serves reads and writes over multiple queues of log files.
  • Some bytes whose value might be dependent on the file it is written to.
  • ReplayMachine is a type of deterministic state machine that obeys associative law.

Functions

Type Aliases