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

Method GetLocalAddress

be/src/kudu/rpc/connection.cc:419–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417}
418
419Status Connection::GetLocalAddress(Sockaddr* addr) const {
420 DCHECK(socket_);
421 DCHECK(addr);
422 return socket_->GetSocketAddress(addr);
423}
424
425// Inject a cancellation when 'call' is in state 'FLAGS_rpc_inject_cancellation_state'.
426void inline Connection::MaybeInjectCancellation(const shared_ptr<OutboundCall> &call) {

Callers 1

ParseFromMethod · 0.80

Calls 1

GetSocketAddressMethod · 0.80

Tested by

no test coverage detected