Crate raft_engine
source ·Expand description
§Raft Engine
Modules§
- A selective view of key components in Raft Engine. Exported under the
internals
feature only.
Macros§
Structs§
- A batch of log items.
- PerfContext records cumulative performance statistics of operations.
Enums§
- Version of log file format.
Traits§
MessageExt
trait allows for probing log index from a specific type of protobuf messages.
Functions§
- Gets a copy of the thread-local PerfContext.
- Sets the value of the thread-local PerfContext.
- Resets the thread-local PerfContext and takes its old value.