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

Method GetCatalogdAddress

be/src/runtime/exec-env.cc:770–775  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

768}
769
770std::shared_ptr<const TNetworkAddress> ExecEnv::GetCatalogdAddress() const {
771 std::lock_guard<std::mutex> l(catalogd_address_lock_);
772 DCHECK(catalogd_address_.get() != nullptr);
773 std::shared_ptr<const TNetworkAddress> address = catalogd_address_;
774 return address;
775}
776
777} // namespace impala

Callers 12

UpdateCatalogMethod · 0.80
ExecMethod · 0.80
GetCatalogObjectMethod · 0.80
PrioritizeLoadMethod · 0.80
GetPartitionStatsMethod · 0.80
UpdateTableUsageMethod · 0.80
GetNullPartitionNameMethod · 0.80
GetLatestCompactionsMethod · 0.80
WaitForHmsEventMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected