kuilt
Toggle table of contents
0.6.0-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
kuilt
kuilt-raft
/
us.tractat.kuilt.raft
/
RaftTraceEvent
/
VoteGranted
Vote
Granted
data
class
VoteGranted
(
val
clock
:
Long
,
val
from
:
NodeId
,
val
to
:
NodeId
,
val
term
:
Long
)
:
RaftTraceEvent
Vote granted to a candidate.
Members
Constructors
Vote
Granted
Link copied to clipboard
constructor
(
clock
:
Long
,
from
:
NodeId
,
to
:
NodeId
,
term
:
Long
)
Properties
clock
Link copied to clipboard
open
override
val
clock
:
Long
Logical monotonic clock — incremented on every emitted event.
from
Link copied to clipboard
val
from
:
NodeId
term
Link copied to clipboard
val
term
:
Long
to
Link copied to clipboard
val
to
:
NodeId