Namespace Akka.Persistence.Snapshot
Classes
LocalSnapshotStore
Local file-based SnapshotStore implementation.
MemorySnapshotStore
INTERNAL API.
In-memory SnapshotStore implementation.
NoSnapshotStore
Used as a default snapshot-store in case no other store was configured.
If a PersistentActor calls the SaveSnapshot(Object) method, and at the same time does not configure a specific snapshot-store to be used and no default snapshot-store is available, then the NoSnapshotStore will be used to signal a snapshot store failure.
NoSnapshotStore.NoSnapshotStoreException
TBD
SnapshotEntry
INTERNAL API.
Represents a snapshot stored inside the in-memory SnapshotStore
SnapshotStore
Abstract snapshot store.