Expand description
Storage adaptors providing different backend implementations.
This module contains pluggable storage backends including file-based
and RocksDB-based state machines that implement the StateMachine trait.
Modules§
Structs§
- File
LogStore - File-based log store implementation
- File
Meta Store - File-based metadata store implementation
- File
State Machine - File-based state machine implementation with persistence
- File
Storage Engine - File-based Raft log storage
- RocksDB
LogStore - RocksDB-based log store implementation
- RocksDB
Meta Store - RocksDB-based metadata store implementation
- RocksDB
State Machine - RocksDB-based state machine implementation with lease support
- RocksDB
Storage Engine - RocksDB-based Raft log storage