MCPcopy
hub / github.com/grafana/dskit / CanJoinEnabled

Method CanJoinEnabled

ring/token_generator.go:22–22  ·  view source on GitHub ↗

CanJoinEnabled returns true if the instance owning this TokenGenerator should perform the CanJoin check before it tries to join the ring.

()

Source from the content-addressed store, hash-verified

20 // CanJoinEnabled returns true if the instance owning this TokenGenerator should perform the CanJoin check before
21 // it tries to join the ring.
22 CanJoinEnabled() bool
23}
24
25type RandomTokenGenerator struct {

Callers 1

waitBeforeJoiningMethod · 0.65

Implementers 2

RandomTokenGeneratorring/token_generator.go
SpreadMinimizingTokenGeneratorring/spread_minimizing_token_generator

Calls

no outgoing calls

Tested by

no test coverage detected