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

Method Server

be/src/benchmarks/network-perf-benchmark.cc:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 }
83
84 void Server(ThriftServer* server) {
85 ABORT_IF_ERROR(server->Start());
86 server->Join();
87 }
88};
89
90// Send bytes to client respecting the batch size

Callers

nothing calls this directly

Calls 2

StartMethod · 0.45
JoinMethod · 0.45

Tested by

no test coverage detected