![]() | ISnapshotter Interface |
Namespace: Akka.Persistence
The ISnapshotter type exposes the following members.
Name | Description | |
---|---|---|
![]() | SnapshotSequenceNr |
Incrementable sequence number to use when taking a snapshot.
|
![]() | SnapshotterId |
Snapshotter id.
|
Name | Description | |
---|---|---|
![]() | DeleteSnapshot |
Deletes the snapshot identified by sequenceNr.
The PersistentActor will be notified about the status of the deletion
via an DeleteSnapshotSuccess or DeleteSnapshotFailure message.
|
![]() | DeleteSnapshots |
Deletes all snapshots matching criteria.
The PersistentActor will be notified about the status of the deletion
via an DeleteSnapshotsSuccess or DeleteSnapshotsFailure message.
|
![]() | LoadSnapshot |
Instructs the snapshot store to load the specified snapshot and send it via an
SnapshotOffer to the running PersistentActor.
|
![]() | SaveSnapshot |
Saves snapshot of current ISnapshotter state.
The PersistentActor will be notified about the success or failure of this
via an SaveSnapshotSuccess or SaveSnapshotFailure message.
|