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

Method Key

pkg/flushqueues/priority_queue.go:24–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22// Op is an operation on the priority queue.
23type Op interface {
24 Key() string
25 Priority() int64 // The larger the number the higher the priority.
26}
27

Callers 7

commonKafkaClientOptionsFunction · 0.65
EnqueueMethod · 0.65
DequeueMethod · 0.65
TestConcurrentDequeueFunction · 0.65
EnqueueMethod · 0.65
ClearMethod · 0.65

Implementers 3

completeOpmodules/livestore/live_store_backgroun
localCompleteBlockOpmodules/livestore/complete_block_lifec
mockOppkg/flushqueues/exclusivequeues_test.g

Calls

no outgoing calls

Tested by 1

TestConcurrentDequeueFunction · 0.52