Swim::State
Inherits Enum / Comparable / Value / Object
Represents the known state of a node in the cluster. The integer values map perfectly to SWIM precedence (Dead > Suspect > Alive).
Constants
Alive = 0_u8
Suspect = 1_u8
Dead = 2_u8
Inherits Enum / Comparable / Value / Object
Represents the known state of a node in the cluster. The integer values map perfectly to SWIM precedence (Dead > Suspect > Alive).