Search Results for

    Show / Hide Table of Contents

    Enum ClusterSingletonState

    The current FSM state of the cluster singleton manager.

    Namespace: Akka.Cluster.Tools.Singleton
    Assembly: Akka.Cluster.Tools.dll
    Syntax
    [Serializable]
    public enum ClusterSingletonState

    Fields

    Name Description
    AcquiringLease
    BecomingOldest

    In the BecomingOldest state we start the hand-off process with the WasOldest node, which is exiting the cluster.

    End

    We have shut down and are terminating.

    HandingOver

    We are handing over our singleton to the new oldest node.

    Oldest

    Oldest is the state where we run the singleton.

    Start
    Stopping

    We are shutting down.

    TakeOver

    Not used

    WasOldest

    We were the oldest node, but now we're exiting the cluster.

    Younger

    Extension Methods

    ObjectExtensions.IsDefaultForType<ClusterSingletonState>(ClusterSingletonState)
    ObjectExtensions.AsOption<ClusterSingletonState>(ClusterSingletonState)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • 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