MCPcopy Create free account
hub / github.com/apache/impala / SetValue

Method SetValue

be/src/kudu/util/test_graph.cc:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void TimeSeries::SetValue(double val) {
44 std::lock_guard<simple_spinlock> l(lock_);
45 val_ = val;
46}
47
48double TimeSeries::value() const {
49 std::lock_guard<simple_spinlock> l(lock_);

Callers 12

OtelTraceManagerMethod · 0.45
UpdateActiveCatalogdMethod · 0.45
InitCustomMethod · 0.45
LimitExceededSlowMethod · 0.45
GcMemoryMethod · 0.45
CloseMethod · 0.45
TEST_FFunction · 0.45
SubmitStoreTaskMethod · 0.45
CompleteStoreTaskMethod · 0.45
UpdateActiveCatalogdMethod · 0.45
RefreshMetricsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected