Package io.atomix.raft.storage.log.entry
Class InitialEntry
java.lang.Object
io.atomix.raft.storage.log.entry.InitialEntry
- All Implemented Interfaces:
RaftEntry
Indicates a leader change has occurred.
The InitialEntry is logged by a leader at the beginning of its term to indicate that a
leadership change has occurred. Initialize entries are always the first entry to be committed at
the start of a leader's term.
-
Constructor Summary
Constructors -
Method Summary