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

Method GetValue

be/src/util/memory-metrics.cc:159–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159int64_t JvmMemoryMetric::GetValue() {
160 return JvmMetricCache::GetInstance()->GetPoolMetric(mempool_name_, metric_type_);
161}
162
163void JvmMemoryMetric::InitMetrics(MetricGroup* parent) {
164 if (initialized_) return;

Callers 9

GetThreadOverviewMethod · 0.45
ValidateDictFunction · 0.45
AddActiveStatusFunction · 0.45
RootHandlerFunction · 0.45
CheckAuthMetricsFunction · 0.45
AssertValueFunction · 0.45
TEST_FFunction · 0.45
CompareInterpretedMethod · 0.45
CompareBasedOnSizeMethod · 0.45

Calls 12

GetPoolMetricMethod · 0.80
GetCounterMetricMethod · 0.80
GetSystemBytesLimitMethod · 0.80
GetReservationMethod · 0.45
GetFreeBufferBytesMethod · 0.45
GetCleanPageBytesMethod · 0.45
GetNumFreeBuffersMethod · 0.45
GetNumCleanPagesMethod · 0.45
consumptionMethod · 0.45
peak_consumptionMethod · 0.45

Tested by 4

ValidateDictFunction · 0.36
CheckAuthMetricsFunction · 0.36
AssertValueFunction · 0.36
TEST_FFunction · 0.36