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

Function MakeProcessor

be/src/rpc/thrift-server-test.cc:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86};
87
88std::shared_ptr<TProcessor> MakeProcessor() {
89 std::shared_ptr<DummyStatestoreService> service(new DummyStatestoreService());
90 return std::shared_ptr<TProcessor>(new StatestoreServiceProcessor(service));
91}
92
93int GetServerPort() {
94 int port = FindUnusedEphemeralPort();

Callers 3

TESTFunction · 0.85
TestMaxMessageSizeFunction · 0.85
TEST_PFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected