Uses of Class
org.opendaylight.controller.cluster.raft.behaviors.LeaderInstallSnapshotState
Packages that use LeaderInstallSnapshotState
-
Uses of LeaderInstallSnapshotState in org.opendaylight.controller.cluster.raft
Methods in org.opendaylight.controller.cluster.raft that return LeaderInstallSnapshotStateModifier and TypeMethodDescription@Nullable LeaderInstallSnapshotStateFollowerLogInformation.getInstallSnapshotState()Returns the LeaderInstallSnapshotState for the in progress install snapshot.Methods in org.opendaylight.controller.cluster.raft with parameters of type LeaderInstallSnapshotStateModifier and TypeMethodDescriptionvoidFollowerLogInformation.setLeaderInstallSnapshotState(@NonNull LeaderInstallSnapshotState state) Sets the LeaderInstallSnapshotState when an install snapshot is initiated.