RendezvousHash
Inherits Reference < Object
Constructors
new(nodes : Array(String) = [] of String, hash_function : String -> UInt64 = ->Murmur3.h1(String))
SourceInstance methods
[](key)
Source[]?(key)
Sourceadd(node : String) : Array(String)
Sourcefind(key : String) : String
Sourcefind?(key : String) : String | Nil
Sourcehash_function
Sourcenodes
Sourcenodes=(nodes : Array(String))
Sourceremove(node : String) : String
Sourceremove?(node : String) : String | Nil
Source