MCPcopy Create free account
hub / github.com/buraksezer/consistent / String

Method String

consistent.go:87–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85// Member interface represents a member in consistent hash ring.
86type Member interface {
87 String() string
88}
89
90// Config represents a structure to control consistent package.

Callers 13

TestConsistentAddFunction · 0.65
TestConsistentRemoveFunction · 0.65
TestConsistentLocateKeyFunction · 0.65
BenchmarkAddRemoveFunction · 0.65
distributeWithLoadMethod · 0.65
addMethod · 0.65
AddMethod · 0.65
getClosestNMethod · 0.65
mainFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65

Calls

no outgoing calls

Tested by 5

TestConsistentAddFunction · 0.52
TestConsistentRemoveFunction · 0.52
TestConsistentLocateKeyFunction · 0.52
BenchmarkAddRemoveFunction · 0.52