Search Results for

    Show / Hide Table of Contents

    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.

    In this article
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET