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

Method Stop

be/src/util/webserver.cc:593–598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

591}
592
593void Webserver::Stop() {
594 if (context_ != nullptr) {
595 sq_stop(context_);
596 context_ = nullptr;
597 }
598}
599
600void Webserver::Init() {
601 hostname_ = http_address_.hostname;

Callers 15

UpdateStateMethod · 0.45
MarkActiveMethod · 0.45
SortInputMethod · 0.45
GetNextMethod · 0.45
HdfsParquetScannerMethod · 0.45
OpenMethod · 0.45
CloseMethod · 0.45
GetNextInternalMethod · 0.45
ProcessPageIndexMethod · 0.45
NextPageMethod · 0.45
AdvanceNextPageHeaderMethod · 0.45
HdfsOrcScannerMethod · 0.45

Calls

no outgoing calls

Tested by 2

UpdateStateMethod · 0.36
TEST_FFunction · 0.36