MCPcopy
hub / github.com/lindb/lindb / metricSchemaFlusher

Struct metricSchemaFlusher

index/v1/metric_schema_flusher.go:43–46  ·  view source on GitHub ↗

metricSchemaFlusher implements MetricSchemaFlusher interface.

Source from the content-addressed store, hash-verified

41
42// metricSchemaFlusher implements MetricSchemaFlusher interface.
43type metricSchemaFlusher struct {
44 kvFlusher kv.Flusher
45 kvWriter table.StreamWriter
46}
47
48// NewMetricSchemaFlusher creates a metric schema flusher.
49func NewMetricSchemaFlusher(kvFlusher kv.Flusher) (MetricSchemaFlusher, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected