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

Method get_data_cache_metric

tests/custom_cluster/test_data_cache.py:55–56  ·  view source on GitHub ↗
(self, suffix)

Source from the content-addressed store, hash-verified

53 return " ".join(impalad_args)
54
55 def get_data_cache_metric(self, suffix):
56 return self.get_metric('impala-server.io-mgr.remote-data-cache-' + suffix)
57
58 CACHE_START_ARGS = "--data_cache_dir=/tmp --data_cache_size=500MB"
59

Calls 1

get_metricMethod · 0.45

Tested by

no test coverage detected