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

Method ExecEnv

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

Source from the content-addressed store, hash-verified

227ExecEnv* ExecEnv::exec_env_ = nullptr;
228
229ExecEnv::ExecEnv(bool external_fe)
230 : ExecEnv(FLAGS_krpc_port, FLAGS_state_store_subscriber_port, FLAGS_webserver_port,
231 FLAGS_state_store_host, FLAGS_state_store_port, FLAGS_state_store_2_host,
232 FLAGS_state_store_2_port, external_fe) {}
233
234ExecEnv::ExecEnv(int krpc_port, int subscriber_port, int webserver_port,
235 const string& statestore_host, int statestore_port,

Callers

nothing calls this directly

Calls 13

MakeNetworkAddressFunction · 0.85
UUIDToUniqueIdPBFunction · 0.85
HostnameToIpAddrFunction · 0.85
IsInternalTlsConfiguredFunction · 0.85
MakeNetworkAddressPBFunction · 0.85
SubstituteFunction · 0.85
PrintIdFunction · 0.85
GetOrCreateChildGroupMethod · 0.80
getMethod · 0.65
resetMethod · 0.65

Tested by

no test coverage detected