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

Method GetBoundAddress

be/src/kudu/rpc/acceptor_pool.cc:149–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149Status AcceptorPool::GetBoundAddress(Sockaddr* addr) const {
150 return socket_.GetSocketAddress(addr);
151}
152
153int64_t AcceptorPool::num_rpc_connections_accepted() const {
154 return rpc_connections_accepted_->value();

Callers 1

TEST_PFunction · 0.80

Calls 1

GetSocketAddressMethod · 0.80

Tested by 1

TEST_PFunction · 0.64