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

Method catalogd_lightweight_req_client_cache

be/src/runtime/exec-env.h:137–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 return catalogd_client_cache_.get();
136 }
137 CatalogServiceClientCache* catalogd_lightweight_req_client_cache() {
138 return catalogd_lightweight_req_client_cache_.get();
139 }
140 HBaseTableFactory* htable_factory() { return htable_factory_.get(); }
141 io::DiskIoMgr* disk_io_mgr() { return disk_io_mgr_.get(); }
142 Webserver* webserver() { return webserver_.get(); }

Callers 5

PrioritizeLoadMethod · 0.80
UpdateTableUsageMethod · 0.80
GetNullPartitionNameMethod · 0.80
GetLatestCompactionsMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected