Uses of Interface
org.opendaylight.raft.spi.InstallableSnapshot
Packages that use InstallableSnapshot
Package
Description
Various provider-level APIs for plugging into
RaftActor
.Classes that are helpful for implementing RAFT.
-
Uses of InstallableSnapshot in org.opendaylight.controller.cluster.raft
Methods in org.opendaylight.controller.cluster.raft with parameters of type InstallableSnapshotModifier and TypeMethodDescriptionvoid
SnapshotManager.persist
(Snapshot.State snapshotState, InstallableSnapshot installable) Persists a snapshot. -
Uses of InstallableSnapshot in org.opendaylight.controller.cluster.raft.behaviors
Methods in org.opendaylight.controller.cluster.raft.behaviors with parameters of type InstallableSnapshotModifier and TypeMethodDescriptionfinal void
AbstractLeader.sendInstallSnapshot
(InstallableSnapshot snapshot) -
Uses of InstallableSnapshot in org.opendaylight.controller.cluster.raft.spi
Subinterfaces of InstallableSnapshot in org.opendaylight.controller.cluster.raft.spiModifier and TypeInterfaceDescriptioninterface
Access to the contents of a RAFT snapshot file.Method parameters in org.opendaylight.controller.cluster.raft.spi with type arguments of type InstallableSnapshotModifier and TypeMethodDescriptionvoid
ForwardingSnapshotStore.streamToInstall
(EntryInfo lastIncluded, StateSnapshot.ToStorage<?> snapshot, RaftCallback<InstallableSnapshot> callback) final void
RaftStorage.streamToInstall
(EntryInfo lastIncluded, StateSnapshot.ToStorage<?> snapshot, RaftCallback<InstallableSnapshot> callback) void
SnapshotStore.streamToInstall
(EntryInfo lastIncluded, StateSnapshot.ToStorage<?> snapshot, RaftCallback<InstallableSnapshot> callback) Serialize aStateSnapshot.ToStorage
snapshot and make the result available as anInstallableSnapshot
to the specified callback. -
Uses of InstallableSnapshot in org.opendaylight.raft.spi
Classes in org.opendaylight.raft.spi that implement InstallableSnapshot