Uses of Interface
io.atomix.raft.RaftCommitListener
Packages that use RaftCommitListener
Package
Description
Implementations of core Raft server interfaces.
Raft partition management utilities.
-
Uses of RaftCommitListener in io.atomix.raft.impl
Methods in io.atomix.raft.impl with parameters of type RaftCommitListenerModifier and TypeMethodDescriptionvoidRaftContext.addCommitListener(RaftCommitListener commitListener) Adds a new commit listener, which will be notified whenever the commit position changes.voidRaftContext.removeCommitListener(RaftCommitListener commitListener) Removes registered commit listener -
Uses of RaftCommitListener in io.atomix.raft.partition.impl
Methods in io.atomix.raft.partition.impl with parameters of type RaftCommitListenerModifier and TypeMethodDescriptionvoidRaftPartitionServer.addCommitListener(RaftCommitListener commitListener) voidRaftPartitionServer.removeCommitListener(RaftCommitListener commitListener)