AdvanceCommitIndex

data class AdvanceCommitIndex(val clock: Long, val node: NodeId, val oldCommitIndex: Long, val newCommitIndex: Long) : RaftTraceEvent

commitIndex advanced.

Constructors

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