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

Method TupleCacheMgr

be/src/runtime/tuple-cache-mgr.cc:108–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108TupleCacheMgr::TupleCacheMgr(MetricGroup* metrics)
109 : TupleCacheMgr(FLAGS_tuple_cache, FLAGS_tuple_cache_eviction_policy, metrics,
110 /* debug_pos */ 0, FLAGS_tuple_cache_sync_pool_size,
111 FLAGS_tuple_cache_sync_pool_queue_depth,
112 FLAGS_tuple_cache_outstanding_write_limit,
113 FLAGS_tuple_cache_outstanding_write_chunk_bytes) {}
114
115TupleCacheMgr::TupleCacheMgr(
116 string cache_config, string eviction_policy_str, MetricGroup* metrics,

Callers

nothing calls this directly

Calls 5

moveFunction · 0.85
AddCounterMethod · 0.80
AddGaugeMethod · 0.80
RegisterMetricMethod · 0.80

Tested by

no test coverage detected