Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
593
void Webserver::Stop() {
594
if (context_ != nullptr) {
595
sq_stop(context_);
596
context_ = nullptr;
597
}
598
}
599
600
void Webserver::Init() {
601
hostname_ = http_address_.hostname;
Callers
15
UpdateState
Method · 0.45
MarkActive
Method · 0.45
SortInput
Method · 0.45
GetNext
Method · 0.45
HdfsParquetScanner
Method · 0.45
Open
Method · 0.45
Close
Method · 0.45
GetNextInternal
Method · 0.45
ProcessPageIndex
Method · 0.45
NextPage
Method · 0.45
AdvanceNextPageHeader
Method · 0.45
HdfsOrcScanner
Method · 0.45
Calls
no outgoing calls
Tested by
2
UpdateState
Method · 0.36
TEST_F
Function · 0.36