Module adaptors

Module adaptors 

Source
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§

file
File-based state machine implementation.
rocksdb
RocksDB-based state machine implementation.

Structs§

FileLogStore
File-based log store implementation
FileMetaStore
File-based metadata store implementation
FileStateMachine
File-based state machine implementation with persistence
FileStorageEngine
File-based Raft log storage
RocksDBLogStore
RocksDB-based log store implementation
RocksDBMetaStore
RocksDB-based metadata store implementation
RocksDBStateMachine
RocksDB-based state machine implementation with lease support
RocksDBStorageEngine
RocksDB-based Raft log storage