Enumerations

The following enumerations are available globally.

  • Thrown when serialization failed

    See more

    Declaration

    Swift

    public enum SWIMSerializationError : Error
  • Reachability indicates a failure detectors assessment of the member node’s reachability, i.e. whether or not the node is responding to health check messages.

    Unlike MemberStatus (which may only move “forward”), reachability may flip back and forth between .reachable and .unreachable states multiple times during the lifetime of a member.

    See also

    SWIM for a distributed failure detector implementation which may issue unreachable events.
    See more

    Declaration

    Swift

    public enum MemberReachability : String, Equatable
  • Namespace for SWIMNIO constants.

    See more

    Declaration

    Swift

    public enum SWIMNIO