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. |