public class InitializeEntry extends TimestampedEntry
The InitializeEntry is logged by a leader at the beginning of its term to indicate that
a leadership change has occurred. Importantly, initialize entries are logged with a timestamp
which can be used by server state machines to reset session timeouts following leader changes. Initialize entries
are always the first entry to be committed at the start of a leader's term.
| Constructor and Description |
|---|
InitializeEntry(long term,
long timestamp) |
timestamp, toStringtermCopyright © 2013–2017. All rights reserved.