Uses of Interface
io.atomix.raft.RaftCommittedEntryListener
Packages that use RaftCommittedEntryListener
Package
Description
Implementations of core Raft server interfaces.
Raft partition management utilities.
-
Uses of RaftCommittedEntryListener in io.atomix.raft.impl
Methods in io.atomix.raft.impl with parameters of type RaftCommittedEntryListenerModifier and TypeMethodDescriptionvoidRaftContext.addCommittedEntryListener(RaftCommittedEntryListener raftCommittedEntryListener) Adds a new committed entry listener, which will be notified when the Leader commits a new entry.voidRaftContext.removeCommittedEntryListener(RaftCommittedEntryListener raftCommittedEntryListener) Removes registered committedEntryListener -
Uses of RaftCommittedEntryListener in io.atomix.raft.partition.impl
Methods in io.atomix.raft.partition.impl with parameters of type RaftCommittedEntryListenerModifier and TypeMethodDescriptionvoidRaftPartitionServer.addCommittedEntryListener(RaftCommittedEntryListener commitListener) voidRaftPartitionServer.removeCommittedEntryListener(RaftCommittedEntryListener commitListener)