MembershipEvent Type
Events emitted by state transitions. Consumed by the Supervisor to drive election recompute and topology activation. Only EpochBumped fires when the live set actually changes; Suspect flaps never bump epoch.
Union cases
| Union case |
Description
|
|
|
|
|
|
|
|
|
|
We saw ourselves reported Suspect/Dead and bumped our incarnation to refute.
|
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsEpochBumped
Returns: bool
|
|
Full Usage:
this.IsPeerConfirmedDead
Returns: bool
|
|
Full Usage:
this.IsPeerJoined
Returns: bool
|
|
Full Usage:
this.IsPeerLeft
Returns: bool
|
|
Full Usage:
this.IsPeerRefuted
Returns: bool
|
|
Full Usage:
this.IsPeerSuspected
Returns: bool
|
|
FsShelter