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

Method Flush

tempodb/encoding/common/interfaces.go:136–136  ·  view source on GitHub ↗

Flush writes any unbuffered data to disk. This method must be safe for concurrent use with read operations. Returns an error if the flush operation fails.

()

Source from the content-addressed store, hash-verified

134 // Flush writes any unbuffered data to disk. This method must be safe for concurrent use with read operations.
135 // Returns an error if the flush operation fails.
136 Flush() error
137
138 // DataLength returns the length of the data in the block.
139 DataLength() uint64

Callers 15

testCompleteBlockFunction · 0.65
benchmarkCompleteBlockFunction · 0.65
testAppendBlockStartEndFunction · 0.65
runWALTestWithAppendModeFunction · 0.65
appendBlockMethod · 0.65
createTestBlockFunction · 0.65
TestPartialReplayFunction · 0.65

Implementers 3

walBlocktempodb/encoding/vparquet4/wal_block.g
walBlocktempodb/encoding/vparquet5/wal_block.g
walBlocktempodb/encoding/vparquet3/wal_block.g

Calls

no outgoing calls

Tested by 15

testCompleteBlockFunction · 0.52
benchmarkCompleteBlockFunction · 0.52
testAppendBlockStartEndFunction · 0.52
runWALTestWithAppendModeFunction · 0.52
createTestBlockFunction · 0.52
TestPartialReplayFunction · 0.52
TestWalBlockTombstoneFunction · 0.52