Skip to main content

Crate apfsds_raft

Crate apfsds_raft 

Source
Expand description

APFSDS Raft - Distributed consensus using async-raft

Implements Raft consensus for connection state synchronization.

Structs§

Config
The runtime configuration for a Raft node.
Network
Network implementation for async-raft
PersistentStorage
Persistent storage implementation for async-raft
RaftNode
Raft Node Wrapper

Enums§

ClientRequest
Application data request (log entry payload)
ClientResponse
Application data response

Type Aliases§

ApfsdsRaft
APFSDS Raft Type
NodeId
Node Identifier