ElectionStarted

data class ElectionStarted(val term: Long) : RaftMetric

This node started an election for term (election timeout fired).

Constructors

Link copied to clipboard
constructor(term: Long)

Properties

Link copied to clipboard
val term: Long