Search Results for

    Show / Hide Table of Contents

    Enum MemberStatus

    Defines the current status of a cluster member node

    Can be one of: Joining, Up, WeaklyUp, Leaving, Exiting and Down.

    Namespace: Akka.Cluster
    Assembly: Akka.Cluster.dll
    Syntax
    public enum MemberStatus

    Fields

    Name Description
    Down

    Node was forcefully removed from the cluster by means of Down(Address)

    Exiting

    Indicates that all nodes are aware that this node is leaving the cluster.

    Joining

    Indicates that a new node is joining the cluster.

    Leaving

    Indicates that a node is beginning to leave the cluster.

    Removed

    Node was removed as a member from the cluster.

    Up

    Indicates that a node is a current member of the cluster.

    WeaklyUp

    Indicates that new node has already joined, but it cannot be set to Up because cluster convergence cannot be reached i.e. because of unreachable nodes.

    Extension Methods

    ObjectExtensions.IsDefaultForType<MemberStatus>(MemberStatus)
    ObjectExtensions.AsOption<MemberStatus>(MemberStatus)
    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