ProposeAccepted

data class ProposeAccepted(val logIndex: Long, val term: Long) : RaftMetric

A RaftNode.propose call was accepted by the leader and appended to its log at logIndex.

Emitted immediately after the entry is appended. This is the reference marker; subsequent propose events carry elapsed time from this baseline.

Constructors

Link copied to clipboard
constructor(logIndex: Long, term: Long)

Properties

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