Uses of Interface
org.opendaylight.controller.cluster.raft.SnapshotManager.ApplyLeaderSnapshot.Callback
Packages that use SnapshotManager.ApplyLeaderSnapshot.Callback
-
Uses of SnapshotManager.ApplyLeaderSnapshot.Callback in org.opendaylight.controller.cluster.raft
Methods in org.opendaylight.controller.cluster.raft that return SnapshotManager.ApplyLeaderSnapshot.CallbackModifier and TypeMethodDescriptionSnapshotManager.ApplyLeaderSnapshot.callback()
Returns the value of thecallback
record component.Constructors in org.opendaylight.controller.cluster.raft with parameters of type SnapshotManager.ApplyLeaderSnapshot.CallbackModifierConstructorDescriptionApplyLeaderSnapshot
(String leaderId, long term, EntryInfo lastEntry, SnapshotSource snapshot, @Nullable VotingConfig serverConfig, SnapshotManager.ApplyLeaderSnapshot.Callback callback) Creates an instance of aApplyLeaderSnapshot
record class.