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 |
Edit this page