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 SnapshotSnapshot.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(RestrictedObjectStreams objectStreams) Returns theRaftSnapshotstored in this file.Methods in org.opendaylight.controller.cluster.raft.spi with parameters of type RaftSnapshotModifier and TypeMethodDescriptionvoidDisabledRaftStorage.saveSnapshot(RaftSnapshot raftSnapshot, EntryInfo lastIncluded, @Nullable StateSnapshot.ToStorage<?> snapshot, Instant timestamp) voidForwardingSnapshotStore.saveSnapshot(RaftSnapshot raftSnapshot, EntryInfo lastIncluded, @Nullable StateSnapshot.ToStorage<?> snapshot, Instant timestamp) voidForwardingSnapshotStore.saveSnapshot(RaftSnapshot raftSnapshot, EntryInfo lastIncluded, @Nullable StateSnapshot.ToStorage<?> snapshot, RaftCallback<Instant> callback) static final voidRaftStorage.saveSnapshot(String memberId, Path directory, SnapshotFileFormat format, CompressionType compression, RaftSnapshot raftSnapshot, EntryInfo lastIncluded, @Nullable StateSnapshot.ToStorage<?> snapshot, Instant timestamp) voidRaftStorage.saveSnapshot(RaftSnapshot raftSnapshot, EntryInfo lastIncluded, @Nullable StateSnapshot.ToStorage<?> snapshot, Instant timestamp) final voidRaftStorage.saveSnapshot(RaftSnapshot raftSnapshot, EntryInfo lastIncluded, @Nullable StateSnapshot.ToStorage<?> snapshot, RaftCallback<Instant> callback) voidSnapshotStore.saveSnapshot(RaftSnapshot raftSnapshot, EntryInfo lastIncluded, @Nullable StateSnapshot.ToStorage<?> snapshot, Instant timestamp) Saves a snapshot synchronously and delete any previous snapshots.voidSnapshotStore.saveSnapshot(RaftSnapshot raftSnapshot, EntryInfo lastIncluded, @Nullable StateSnapshot.ToStorage<?> snapshot, RaftCallback<Instant> callback) Saves a snapshot asynchronously and delete any previous snapshots.