Uses of Record Class
org.opendaylight.controller.cluster.raft.spi.RaftSnapshot
Packages that use RaftSnapshot
-
Uses of RaftSnapshot in org.opendaylight.controller.cluster.raft.persisted
Methods in org.opendaylight.controller.cluster.raft.persisted with parameters of type RaftSnapshotModifier and TypeMethodDescriptionstatic Snapshot
Snapshot.ofRaft
(TermInfo termInfo, RaftSnapshot raftSnapshot, EntryMeta lastIncluded, @Nullable Snapshot.State state) -
Uses of RaftSnapshot in org.opendaylight.controller.cluster.raft.spi
Methods in org.opendaylight.controller.cluster.raft.spi that return RaftSnapshotModifier and TypeMethodDescriptionSnapshotFile.readRaftSnapshot()
Returns theRaftSnapshot
stored in this file.Methods in org.opendaylight.controller.cluster.raft.spi with parameters of type RaftSnapshotModifier and TypeMethodDescriptionvoid
DisabledRaftStorage.saveSnapshot
(RaftSnapshot raftSnapshot, EntryInfo lastIncluded, @Nullable StateSnapshot.ToStorage<?> snapshot, Instant timestamp) void
ForwardingSnapshotStore.saveSnapshot
(RaftSnapshot raftSnapshot, EntryInfo lastIncluded, @Nullable StateSnapshot.ToStorage<?> snapshot, Instant timestamp) void
ForwardingSnapshotStore.saveSnapshot
(RaftSnapshot raftSnapshot, EntryInfo lastIncluded, @Nullable StateSnapshot.ToStorage<?> snapshot, RaftCallback<Instant> callback) void
RaftStorage.saveSnapshot
(RaftSnapshot raftSnapshot, EntryInfo lastIncluded, @Nullable StateSnapshot.ToStorage<?> snapshot, Instant timestamp) final void
RaftStorage.saveSnapshot
(RaftSnapshot raftSnapshot, EntryInfo lastIncluded, @Nullable StateSnapshot.ToStorage<?> snapshot, RaftCallback<Instant> callback) void
SnapshotStore.saveSnapshot
(RaftSnapshot raftSnapshot, EntryInfo lastIncluded, @Nullable StateSnapshot.ToStorage<?> snapshot, Instant timestamp) Saves a snapshot synchronously and delete any previous snapshots.void
SnapshotStore.saveSnapshot
(RaftSnapshot raftSnapshot, EntryInfo lastIncluded, @Nullable StateSnapshot.ToStorage<?> snapshot, RaftCallback<Instant> callback) Saves a snapshot asynchronously and delete any previous snapshots.