Expand description
Core node implementation for the distributed consensus system
Provides the fundamental building blocks for creating and managing Raft cluster nodes with thread-safe lifecycle control and network integration
Structsยง
- Node
- Raft node container
- Node
Builder - Builder pattern implementation for constructing a Raft node with configurable components. Provides a fluent interface to set up node configuration, storage, transport, and other dependencies.