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

Method GetTransferSize

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

Source from the content-addressed store, hash-verified

148}
149
150size_t RpcContext::GetTransferSize() const {
151 return call_->GetTransferSize();
152}
153
154Status RpcContext::AddOutboundSidecar(unique_ptr<RpcSidecar> car, int* idx) {
155 return call_->AddOutboundSidecar(std::move(car), idx);

Callers 15

DoPushStringsMethod · 0.45
AddMethod · 0.45
RespondAndReleaseRpcMethod · 0.45
RespondAndReleaseRpcMethod · 0.45
RespondAndReleaseRpcMethod · 0.45
AuthorizeMethod · 0.45
PingMethod · 0.45
ScanMemMethod · 0.45
FailAndReleaseRpcMethod · 0.45
QueueInboundCallMethod · 0.45
RunThreadMethod · 0.45
AuthorizeMethod · 0.45

Calls

no outgoing calls

Tested by 5

DoPushStringsMethod · 0.36
AddMethod · 0.36
AuthorizeMethod · 0.36
PingMethod · 0.36
ScanMemMethod · 0.36