Skip to main content

Module api

Module api 

Source
Expand description

Core API interfaces and types for Raft-log operations.

Modulesยง

raft_log_writer
Define the writing interface for the Raft-log.
state_machine
State machine abstraction for applying records in a deterministic order.
types
Core type definitions for the Raft-log implementation.
wal
Write-Ahead Log (WAL) module that provides interfaces for durable logging.