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

Method MarkNegotiationComplete

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

Source from the content-addressed store, hash-verified

880}
881
882void Connection::MarkNegotiationComplete() {
883 DCHECK(reactor_thread_->IsCurrentThread());
884 negotiation_complete_ = true;
885}
886
887Status Connection::DumpPB(const DumpConnectionsRequestPB& req,
888 RpcConnectionPB* resp) {

Callers 1

Calls 1

IsCurrentThreadMethod · 0.45

Tested by

no test coverage detected