ElectionTimedOut

data class ElectionTimedOut(val term: Long) : RaftMetric

An election timed out without this node winning leadership for term.

Emitted when a new election starts (i.e. a new ElectionStarted fires for term + 1), indicating the prior term's election failed.

Constructors

Link copied to clipboard
constructor(term: Long)

Properties

Link copied to clipboard
val term: Long