MCPcopy
hub / github.com/CodisLabs/codis / Delay

Interface Delay

pkg/proxy/delay.go:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type Delay interface {
13 Reset()
14 After() <-chan time.Time
15 Sleep()
16 SleepWithCancel(canceled func() bool)
17}
18
19type DelayExp2 struct {
20 Min, Max int

Callers 18

mainFunction · 0.65
StartMethod · 0.65
startMetricsReporterMethod · 0.65
loopWriterMethod · 0.65
delayBeforeRetryMethod · 0.65
AfterMethod · 0.65
newRedisStatsMethod · 0.65
newProxyStatsMethod · 0.65
playerMethod · 0.65
mainFunction · 0.65
RunMethod · 0.65
CPUUsageFunction · 0.65

Implementers 1

DelayExp2pkg/proxy/delay.go

Calls

no outgoing calls

Tested by

no test coverage detected