MCPcopy
hub / github.com/lindb/lindb / DataLoader

Interface DataLoader

flow/filtering.go:52–55  ·  view source on GitHub ↗

DataLoader represents the loader which load metric data from storage.

Source from the content-addressed store, hash-verified

50
51// DataLoader represents the loader which load metric data from storage.
52type DataLoader interface {
53 // Load loads the metric data by given low series id.
54 Load(ctx *DataLoadContext)
55}

Callers 8

ReplicaLogMethod · 0.65
WriteLogMethod · 0.65
replicaLoopMethod · 0.65
TestPartition_StopFunction · 0.65
garbageCollectMethod · 0.65
WriteMethod · 0.65
CreateChannelMethod · 0.65
StopMethod · 0.65

Implementers 7

snapshotkv/version/snapshot.go
timeSeriesIndextsdb/memdb/time_series_index.go
timeSeriesLoadertsdb/memdb/data_loader.go
memFilterResultSettsdb/memdb/metric_store_filter.go
fileFilterResultSettsdb/tblstore/metricsdata/filter.go
metricLoadertsdb/tblstore/metricsdata/metric_data_
metricReadertsdb/tblstore/metricsdata/reader.go

Calls

no outgoing calls

Tested by

no test coverage detected