Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/questdb/questdb
/ start
Method
start
core/src/main/java/io/questdb/ServerMain.java:252–254 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
250
}
251
252
public
void
start() {
253
start(false);
254
}
255
256
public
synchronized
void
start(boolean addShutdownHook) {
257
if
(!closed.get() && running.compareAndSet(false, true)) {
Callers
15
testInfluxStreamingRetriesOnServerRestart
Method · 0.95
scan_file
Function · 0.45
streamLinesAsync
Method · 0.45
testChunkedDataIlpUploadNoKeepAlive
Method · 0.45
testChunkedUpperCaseChunkSize
Method · 0.45
testFuzzChunkedDataIlpUpload
Method · 0.45
testMultipartDataIlpUpload
Method · 0.45
testMultipartFileIlpUpload
Method · 0.45
testValidRequestAfterInvalidWithKeepAlive
Method · 0.45
testAppendErrors
Method · 0.45
testAppendExceptions
Method · 0.45
testCommitFailed
Method · 0.45
Calls
11
initialize
Method · 0.95
addShutdownHook
Method · 0.95
webConsoleSchema
Method · 0.95
isInitialized
Method · 0.95
get
Method · 0.95
logBannerAndEndpoints
Method · 0.80
getDataID
Method · 0.80
get
Method · 0.65
$
Method · 0.65
advisoryW
Method · 0.65
getLog
Method · 0.45
Tested by
15
testInfluxStreamingRetriesOnServerRestart
Method · 0.76
streamLinesAsync
Method · 0.36
testChunkedDataIlpUploadNoKeepAlive
Method · 0.36
testChunkedUpperCaseChunkSize
Method · 0.36
testFuzzChunkedDataIlpUpload
Method · 0.36
testMultipartDataIlpUpload
Method · 0.36
testMultipartFileIlpUpload
Method · 0.36
testValidRequestAfterInvalidWithKeepAlive
Method · 0.36
testAppendErrors
Method · 0.36
testAppendExceptions
Method · 0.36
testCommitFailed
Method · 0.36
testDropTableWhileAppend
Method · 0.36