MCPcopy 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)) {

Calls 11

initializeMethod · 0.95
addShutdownHookMethod · 0.95
webConsoleSchemaMethod · 0.95
isInitializedMethod · 0.95
getMethod · 0.95
logBannerAndEndpointsMethod · 0.80
getDataIDMethod · 0.80
getMethod · 0.65
$Method · 0.65
advisoryWMethod · 0.65
getLogMethod · 0.45