Uses of Class
org.opendaylight.controller.cluster.raft.persisted.Snapshot
Packages that use Snapshot
Package
Description
Persisted backend structures.
-
Uses of Snapshot in org.opendaylight.controller.cluster.datastore
Methods in org.opendaylight.controller.cluster.datastore that return Snapshot -
Uses of Snapshot in org.opendaylight.controller.cluster.datastore.persisted
Methods in org.opendaylight.controller.cluster.datastore.persisted that return SnapshotModifier and TypeMethodDescription@NonNull SnapshotDatastoreSnapshot.ShardSnapshot.getSnapshot()Constructors in org.opendaylight.controller.cluster.datastore.persisted with parameters of type Snapshot -
Uses of Snapshot in org.opendaylight.controller.cluster.raft
Methods in org.opendaylight.controller.cluster.raft that return SnapshotModifier and TypeMethodDescriptionprotected abstract @Nullable SnapshotRaftActor.getRestoreFromSnapshot()Returns the snapshot to restore from on recovery.Methods in org.opendaylight.controller.cluster.raft with parameters of type SnapshotModifier and TypeMethodDescriptionfinal voidAbstractReplicatedLog.resetToSnapshot(Snapshot snapshot) voidReplicatedLog.resetToSnapshot(Snapshot snapshot) Reset internal state to specifiedSnapshot. -
Uses of Snapshot in org.opendaylight.controller.cluster.raft.client.messages
Methods in org.opendaylight.controller.cluster.raft.client.messages that return SnapshotModifier and TypeMethodDescriptionGetSnapshotReply.snapshot()Returns the value of thesnapshotrecord component.Constructors in org.opendaylight.controller.cluster.raft.client.messages with parameters of type SnapshotModifierConstructorDescriptionGetSnapshotReply(String id, Snapshot snapshot) Creates an instance of aGetSnapshotReplyrecord class. -
Uses of Snapshot in org.opendaylight.controller.cluster.raft.persisted
Methods in org.opendaylight.controller.cluster.raft.persisted that return SnapshotModifier and TypeMethodDescriptionstatic SnapshotSnapshot.create(@Nullable Snapshot.State state, List<LogEntry> entries, long lastIndex, long lastTerm, long lastAppliedIndex, long lastAppliedTerm, TermInfo termInfo, @Nullable VotingConfig serverConfig) static SnapshotSnapshot.ofRaft(TermInfo termInfo, RaftSnapshot raftSnapshot, EntryMeta lastIncluded, @Nullable Snapshot.State state) static SnapshotSnapshot.ofTermLeader(@Nullable Snapshot.State state, EntryMeta lastIncluded, TermInfo termInfo, @Nullable VotingConfig serverConfig)