ElectionWon

data class ElectionWon(val term: Long, val elapsed: Duration) : RaftMetric

This node won the election and became leader for term.

elapsed is the wall-time from ElectionStarted for the same term.

Constructors

Link copied to clipboard
constructor(term: Long, elapsed: Duration)

Properties

Link copied to clipboard
Link copied to clipboard
val term: Long