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
/
AppendEntriesAccepted
Append
Entries
Accepted
data
class
AppendEntriesAccepted
(
val
clock
:
Long
,
val
from
:
NodeId
,
val
to
:
NodeId
,
val
matchIndex
:
Long
)
:
RaftTraceEvent
AppendEntries accepted by follower.
Members
Constructors
Append
Entries
Accepted
Link copied to clipboard
constructor
(
clock
:
Long
,
from
:
NodeId
,
to
:
NodeId
,
matchIndex
:
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
match
Index
Link copied to clipboard
val
matchIndex
:
Long
to
Link copied to clipboard
val
to
:
NodeId