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

Method GetResourceUtilization

be/src/runtime/coordinator-backend-state.cc:456–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454}
455
456Coordinator::ResourceUtilization Coordinator::BackendState::GetResourceUtilization() {
457 lock_guard<mutex> l(lock_);
458 DCHECK(exec_done_) << "May only be called after WaitOnExecRpc() completes.";
459 return GetResourceUtilizationLocked();
460}
461
462Coordinator::ResourceUtilization
463Coordinator::BackendState::GetResourceUtilizationLocked() {

Callers 3

ComputeQuerySummaryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected