MCPcopy Index your code
hub / github.com/cortexproject/cortex / NewDefaultReplicationStrategy

Function NewDefaultReplicationStrategy

pkg/ring/replication_strategy.go:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16type defaultReplicationStrategy struct{}
17
18func NewDefaultReplicationStrategy() ReplicationStrategy {
19 return &defaultReplicationStrategy{}
20}
21
22// Filter decides, given the set of instances eligible for a key,
23// which instances you will try and write to and how many failures you will

Callers 15

NewFunction · 0.85
createStartingRingFunction · 0.85
benchmarkBatchFunction · 0.85
benchmarkUpdateRingStateFunction · 0.85
TestDoBatchZeroInstancesFunction · 0.85
TestRing_Get_StabilityFunction · 0.85
TestRing_Get_ConsistencyFunction · 0.85
TestRing_GetAllHealthyFunction · 0.85

Calls

no outgoing calls