Search Results for

    Show / Hide Table of Contents

    Class SqliteSnapshotStore

    TBD

    Inheritance
    Object
    ActorBase
    SnapshotStore
    SqlSnapshotStore
    SqliteSnapshotStore
    Implements
    IInternalActor
    IWithUnboundedStash
    IWithUnrestrictedStash
    IActorStash
    IRequiresMessageQueue<IUnboundedDequeBasedMessageQueueSemantics>
    Inherited Members
    SqlSnapshotStore.Settings
    SqlSnapshotStore.Log
    SqlSnapshotStore.Stash
    SqlSnapshotStore.CreateDbConnection()
    SqlSnapshotStore.GetConnectionString()
    SqlSnapshotStore.LoadAsync(String, SnapshotSelectionCriteria)
    SqlSnapshotStore.SaveAsync(SnapshotMetadata, Object)
    SqlSnapshotStore.DeleteAsync(SnapshotMetadata)
    SqlSnapshotStore.DeleteAsync(String, SnapshotSelectionCriteria)
    SnapshotStore.Receive(Object)
    SnapshotStore.ReceivePluginInternal(Object)
    ActorBase.Sender
    ActorBase.Self
    ActorBase.IInternalActor.ActorContext
    ActorBase.Context
    ActorBase.AroundReceive(Receive, Object)
    ActorBase.EmptyReceive
    ActorBase.Unhandled(Object)
    ActorBase.Become(Receive)
    ActorBase.BecomeStacked(Receive)
    ActorBase.UnbecomeStacked()
    ActorBase.SetReceiveTimeout(Nullable<TimeSpan>)
    ActorBase.AroundPreRestart(Exception, Object)
    ActorBase.AroundPreStart()
    ActorBase.AroundPostRestart(Exception, Object)
    ActorBase.PreRestart(Exception, Object)
    ActorBase.PostRestart(Exception)
    ActorBase.AroundPostStop()
    ActorBase.SupervisorStrategy()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Akka.Persistence.Sqlite.Snapshot
    Assembly: Akka.Persistence.Sqlite.dll
    Syntax
    public class SqliteSnapshotStore : SqlSnapshotStore, IInternalActor, IWithUnboundedStash, IWithUnrestrictedStash, IActorStash, IRequiresMessageQueue<IUnboundedDequeBasedMessageQueueSemantics>

    Constructors

    | Improve this Doc View Source

    SqliteSnapshotStore(Config)

    TBD

    Declaration
    public SqliteSnapshotStore(Config snapshotConfig)
    Parameters
    Type Name Description
    Config snapshotConfig

    TBD

    Fields

    | Improve this Doc View Source

    Extension

    TBD

    Declaration
    protected static readonly SqlitePersistence Extension
    Field Value
    Type Description
    SqlitePersistence

    Properties

    | Improve this Doc View Source

    QueryExecutor

    TBD

    Declaration
    public override ISnapshotQueryExecutor QueryExecutor { get; }
    Property Value
    Type Description
    ISnapshotQueryExecutor
    Overrides
    SqlSnapshotStore.QueryExecutor

    Methods

    | Improve this Doc View Source

    CreateDbConnection(String)

    TBD

    Declaration
    protected override DbConnection CreateDbConnection(string connectionString)
    Parameters
    Type Name Description
    String connectionString

    TBD

    Returns
    Type Description
    DbConnection

    TBD

    Overrides
    SqlSnapshotStore.CreateDbConnection(String)
    | Improve this Doc View Source

    PostStop()

    TBD

    Declaration
    protected override void PostStop()
    Overrides
    SqlSnapshotStore.PostStop()
    | Improve this Doc View Source

    PreStart()

    TBD

    Declaration
    protected override void PreStart()
    Overrides
    SqlSnapshotStore.PreStart()

    Implements

    IInternalActor
    IWithUnboundedStash
    IWithUnrestrictedStash
    IActorStash
    IRequiresMessageQueue<T>

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(Object)
    In This Article
    • githubImprove this Doc
    • View Source
    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