raft 0.1.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
raft::data::LogEntry Struct Reference

LogEntry represents a single log entry in the Raft log. More...

#include <client.hpp>

Public Member Functions

bool operator== (LogEntry const &other) const =default
 

Public Attributes

uint64_t term
 The term of the log entry.
 
std::variant< std::vector< std::byte >, NoOpentry
 The entry data or no-op.
 

Detailed Description

LogEntry represents a single log entry in the Raft log.


The documentation for this struct was generated from the following file: