Uses of Interface
io.atomix.raft.SnapshotReplicationListener
Packages that use SnapshotReplicationListener
Package
Description
Implementations of core Raft server interfaces.
Raft partition management utilities.
-
Uses of SnapshotReplicationListener in io.atomix.raft.impl
Methods in io.atomix.raft.impl with parameters of type SnapshotReplicationListenerModifier and TypeMethodDescriptionvoidRaftContext.addSnapshotReplicationListener(SnapshotReplicationListener snapshotReplicationListener) Adds a new snapshot replication listener, which will be notified before and after a new snapshot is received from a leader.voidRaftContext.removeSnapshotReplicationListener(SnapshotReplicationListener snapshotReplicationListener) Removes registered snapshot replication listener -
Uses of SnapshotReplicationListener in io.atomix.raft.partition.impl
Methods in io.atomix.raft.partition.impl with parameters of type SnapshotReplicationListenerModifier and TypeMethodDescriptionvoidRaftPartitionServer.addSnapshotReplicationListener(SnapshotReplicationListener listener) voidRaftPartitionServer.removeSnapshotReplicationListener(SnapshotReplicationListener listener)