Logo FsShelter

SupervisorState Type

Lifecycle phase of the local peer with respect to the topology.

Union cases

Union case Description

Activating since

Full Usage: Activating since

Parameters:
    since : int64

Just won the election; debouncing for `StabilizeMs` before activating the topology. `since` is the monotonic-ms timestamp of the election win.

since : int64

Master

Full Usage: Master

Master and topology is running.

Standby

Full Usage: Standby

Not the elected master — only gossip/transport machinery is running.

Stopping

Full Usage: Stopping

Shutdown requested; no further transitions.

Instance members

Instance member Description

this.IsActivating

Full Usage: this.IsActivating

Returns: bool
Returns: bool

this.IsMaster

Full Usage: this.IsMaster

Returns: bool
Returns: bool

this.IsStandby

Full Usage: this.IsStandby

Returns: bool
Returns: bool

this.IsStopping

Full Usage: this.IsStopping

Returns: bool
Returns: bool

Type something to start searching.