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

Method InitSystemStateInfo

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

Source from the content-addressed store, hash-verified

677}
678
679void ExecEnv::InitSystemStateInfo() {
680 system_state_info_.reset(new SystemStateInfo());
681 PeriodicCounterUpdater::RegisterUpdateFunction([s = system_state_info_.get()]() {
682 s->CaptureSystemStateSnapshot();
683 }, true);
684}
685
686Status ExecEnv::GetKuduClient(const vector<string>& master_addresses,
687 kudu::client::sp::shared_ptr<kudu::client::KuduClient>* client) {

Callers

nothing calls this directly

Calls 3

resetMethod · 0.65
getMethod · 0.65

Tested by

no test coverage detected