Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
Swim::MembershipList
Inherits
Reference
/
Object
Constructors
new
Source
Instance methods
all
Source
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
Swim::MembershipList::Entry