Raft::Log::Entry
A single entry in the Raft log.
Entries are 1-indexed. Each entry records the Raft term in which it was created, its type, and an opaque data payload.
Constructors
Instance methods
data
The opaque payload. For Op entries this is the client command;
for Config entries this is the serialized peer list.