Expand description
§Raft Engine
Modules§
- env
- internals
- A selective view of key components in Raft Engine. Exported under the
internals
feature only.
Macros§
Structs§
- Config
- Engine
- Global
Stats - LogBatch
- A batch of log items.
- Perf
Context - PerfContext records cumulative performance statistics of operations.
- Readable
Size
Enums§
- Command
- Error
- Recovery
Mode - Version
- Version of log file format.
Traits§
- Message
Ext MessageExt
trait allows for probing log index from a specific type of protobuf messages.
Functions§
- get_
perf_ context - Gets a copy of the thread-local PerfContext.
- set_
perf_ context - Sets the value of the thread-local PerfContext.
- take_
perf_ context - Resets the thread-local PerfContext and takes its old value.