Uses of Class
org.opendaylight.controller.cluster.raft.SnapshotManager.CaptureSnapshot
Packages that use SnapshotManager.CaptureSnapshot
-
Uses of SnapshotManager.CaptureSnapshot in org.opendaylight.controller.cluster.raft
Methods in org.opendaylight.controller.cluster.raft that return SnapshotManager.CaptureSnapshotModifier and TypeMethodDescription@Nullable SnapshotManager.CaptureSnapshot
SnapshotManager.getCaptureSnapshot()
final @NonNull SnapshotManager.CaptureSnapshot
AbstractReplicatedLog.newCaptureSnapshot
(EntryMeta lastLogEntry, long replicatedToAllIndex, boolean mandatoryTrim, boolean hasFollowers) ReplicatedLog.newCaptureSnapshot
(@Nullable EntryMeta lastLogEntry, long replicatedToAllIndex, boolean mandatoryTrim, boolean hasFollowers) Constructs aSnapshotManager.CaptureSnapshot
instance.