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.CaptureSnapshotSnapshotManager.getCaptureSnapshot()final @NonNull SnapshotManager.CaptureSnapshotAbstractReplicatedLog.newCaptureSnapshot(EntryMeta lastLogEntry, long replicatedToAllIndex, boolean mandatoryTrim, boolean hasFollowers) ReplicatedLog.newCaptureSnapshot(@Nullable EntryMeta lastLogEntry, long replicatedToAllIndex, boolean mandatoryTrim, boolean hasFollowers) Constructs aSnapshotManager.CaptureSnapshotinstance.