class

Swim::MembershipList

Inherits Reference / Object

Constructors

Instance methods

cleanup_tombstones(ttl : Time::Span) : Nil
Source
get(id : String) : Member | Nil
Source
remove(id : String) : Nil
Source
sample(count : Int32, exclude_ids : Enumerable(String) = [] of String, exclude_dead : Bool = false) : Array(Member)
Source
size
Source
update(new_member : Member) : Bool
Source

Nested types