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.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 TypeMethodDescription@Nullable SnapshotRaftActorRecoveryCohort.getRestoreFromSnapshot()Returns the snapshot to restore from on recovery. - 
Uses of Snapshot in org.opendaylight.controller.cluster.raft.base.messages
Methods in org.opendaylight.controller.cluster.raft.base.messages that return SnapshotModifier and TypeMethodDescription@NonNull SnapshotApplySnapshot.getSnapshot()@NonNull SnapshotSendInstallSnapshot.getSnapshot()Constructors in org.opendaylight.controller.cluster.raft.base.messages with parameters of type SnapshotModifierConstructorDescriptionApplySnapshot(@NonNull Snapshot snapshot) ApplySnapshot(@NonNull Snapshot snapshot, @NonNull ApplySnapshot.Callback callback) SendInstallSnapshot(@NonNull Snapshot snapshot, @NonNull ByteSource snapshotBytes)  - 
Uses of Snapshot in org.opendaylight.controller.cluster.raft.client.messages
Methods in org.opendaylight.controller.cluster.raft.client.messages that return SnapshotConstructors in org.opendaylight.controller.cluster.raft.client.messages with parameters of type Snapshot - 
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(Snapshot.State state, List<ReplicatedLogEntry> entries, long lastIndex, long lastTerm, long lastAppliedIndex, long lastAppliedTerm, long electionTerm, String electionVotedFor, ServerConfigurationPayload serverConfig)