Timeout

data class Timeout(val clock: Long, val node: NodeId, val newTerm: Long) : RaftTraceEvent

Election timeout fired; node becomes candidate.

Constructors

Link copied to clipboard
constructor(clock: Long, node: NodeId, newTerm: 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