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

Method Flush

ring/flush.go:17–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15// After calling TransferOut and then Flush, lifecycler stops.
16type FlushTransferer interface {
17 Flush()
18 TransferOut(ctx context.Context) error
19}
20

Callers 5

FlushMethod · 0.65
processShutdownMethod · 0.65
FlushMethod · 0.65
WithFlushPeriodFunction · 0.65

Implementers 3

NoopFlushTransfererring/flush.go
nopFlushTransfererring/lifecycler_test.go
noopFlushTransfererring/lifecycler_test.go

Calls

no outgoing calls