MCPcopy Create free account
hub / github.com/cortexproject/cortex / Flush

Method Flush

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

Source from the content-addressed store, hash-verified

6// Ring entry is in LEAVING state.
7type FlushTransferer interface {
8 Flush()
9}
10
11// NoopFlushTransferer is a FlushTransferer which does nothing and can

Callers 5

processShutdownMethod · 0.65
runningMethod · 0.65
CloseMethod · 0.65
TestIngester_ForFlushFunction · 0.65

Implementers 6

NoopFlushTransfererpkg/ring/flush.go
nopFlushTransfererpkg/ring/lifecycler_test.go
noopFlushTransfererpkg/ring/lifecycler_test.go
passthroughServerpkg/storegateway/batchable.go
batchableServerpkg/storegateway/batchable.go
Ingesterpkg/ingester/ingester.go

Calls

no outgoing calls

Tested by 2

TestIngester_ForFlushFunction · 0.52