PreVoteStarted

data class PreVoteStarted(val clock: Long, val node: NodeId, val proposedTerm: Long) : RaftTraceEvent

Pre-vote phase started: candidate broadcasts hypothetical-term requests.

Constructors

Link copied to clipboard
constructor(clock: Long, node: NodeId, proposedTerm: Long)

Properties

Link copied to clipboard
open override val clock: Long

Logical monotonic clock — incremented on every emitted event.

Link copied to clipboard
Link copied to clipboard