Class InitialEntry

java.lang.Object
io.atomix.raft.storage.log.entry.InitialEntry
All Implemented Interfaces:
RaftEntry

public class InitialEntry extends Object implements 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 Details

    • InitialEntry

      public InitialEntry()
  • Method Details