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

Method GetTimeReceived

be/src/kudu/rpc/rpc_context.cc:199–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199MonoTime RpcContext::GetTimeReceived() const {
200 return call_->GetTimeReceived();
201}
202
203MonoTime RpcContext::GetTimeHandled() const {
204 return call_->GetTimeHandled();

Callers 4

DoSleepMethod · 0.45
DeadlineLessMethod · 0.45
RespondRpcMethod · 0.45
AddBatchMethod · 0.45

Calls

no outgoing calls

Tested by 1

DoSleepMethod · 0.36