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
/
VoteDenied
Vote
Denied
data
class
VoteDenied
(
val
clock
:
Long
,
val
from
:
NodeId
,
val
to
:
NodeId
,
val
term
:
Long
,
val
reason
:
DenyReason
)
:
RaftTraceEvent
Vote denied to a candidate.
Members
Constructors
Vote
Denied
Link copied to clipboard
constructor
(
clock
:
Long
,
from
:
NodeId
,
to
:
NodeId
,
term
:
Long
,
reason
:
DenyReason
)
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
reason
Link copied to clipboard
val
reason
:
DenyReason
term
Link copied to clipboard
val
term
:
Long
to
Link copied to clipboard
val
to
:
NodeId