ReadIndexConfirmed

data class ReadIndexConfirmed(val clock: Long, val readIndex: Long, val term: Long) : RaftTraceEvent

The leader confirmed quorum freshness for a linearizable read at readIndex in term. No log entry is written for the read. Emitted once per pending read as it resolves.

Constructors

Link copied to clipboard
constructor(clock: Long, readIndex: Long, term: 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
val term: Long