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

Method AdmissionServiceEnabled

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

Source from the content-addressed store, hash-verified

703}
704
705bool ExecEnv::AdmissionServiceEnabled() const {
706 return !FLAGS_admission_service_host.empty();
707}
708
709Status ExecEnv::GetAdmissionServiceAddress(
710 NetworkAddressPB& admission_service_address) const {

Callers 4

CreateMethod · 0.80
RegisterHandlersMethod · 0.80
ImpalaServerMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected