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 TypeMethodDescriptionvoidSnapshotManager.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 voidAbstractLeader.sendInstallSnapshot(InstallableSnapshot snapshot) -
Uses of InstallableSnapshot in org.opendaylight.controller.cluster.raft.spi
Subinterfaces of InstallableSnapshot in org.opendaylight.controller.cluster.raft.spiModifier and TypeInterfaceDescriptioninterfaceAccess to the contents of a RAFT snapshot file.Method parameters in org.opendaylight.controller.cluster.raft.spi with type arguments of type InstallableSnapshotModifier and TypeMethodDescriptionvoidForwardingSnapshotStore.streamToInstall(EntryInfo lastIncluded, StateSnapshot.ToStorage<?> snapshot, RaftCallback<InstallableSnapshot> callback) final voidRaftStorage.streamToInstall(EntryInfo lastIncluded, StateSnapshot.ToStorage<?> snapshot, RaftCallback<InstallableSnapshot> callback) voidSnapshotStore.streamToInstall(EntryInfo lastIncluded, StateSnapshot.ToStorage<?> snapshot, RaftCallback<InstallableSnapshot> callback) Serialize aStateSnapshot.ToStoragesnapshot and make the result available as anInstallableSnapshotto the specified callback. -
Uses of InstallableSnapshot in org.opendaylight.raft.spi
Classes in org.opendaylight.raft.spi that implement InstallableSnapshot