Module openraft::raft

source ·
Expand description

Public Raft interface and data types.

Raft serves as the primary interface to a Raft node, facilitating all interactions with the underlying RaftCore.

While RaftCore operates as a singleton within an application, Raft instances are designed to be cheaply cloneable. This allows multiple components within the application that require interaction with RaftCore to efficiently share access.

Re-exports§

Modules§

  • API to consumer a response when a client write request is completed.
  • Trigger an action to RaftCore by external caller.

Structs§

Enums§

Type Aliases§