Uses of Interface
io.atomix.raft.zeebe.ZeebeLogAppender.AppendListener
Packages that use ZeebeLogAppender.AppendListener
Package
Description
Provides classes for role-based management of leader election and replication in the Raft
consensus protocol.
-
Uses of ZeebeLogAppender.AppendListener in io.atomix.raft.roles
Methods in io.atomix.raft.roles with parameters of type ZeebeLogAppender.AppendListenerModifier and TypeMethodDescriptionvoidLeaderRole.appendEntry(long lowestPosition, long highestPosition, ByteBuffer data, ZeebeLogAppender.AppendListener appendListener) -
Uses of ZeebeLogAppender.AppendListener in io.atomix.raft.zeebe
Methods in io.atomix.raft.zeebe with parameters of type ZeebeLogAppender.AppendListenerModifier and TypeMethodDescriptionvoidZeebeLogAppender.appendEntry(long lowestPosition, long highestPosition, ByteBuffer data, ZeebeLogAppender.AppendListener appendListener) Appends an entry to the local Raft log and schedules replication to each follower.