MCPcopy Create free account
hub / github.com/questdb/questdb / start

Method start

core/src/main/java/io/questdb/mp/WorkerPool.java:161–163  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

159 }
160
161 public void start() {
162 start(null);
163 }
164
165 public void start(@Nullable Log log) {
166 if (!closed.get() && running.compareAndSet(false, true)) {

Calls 9

setupPathCleanerMethod · 0.95
freeObjListAndClearMethod · 0.95
I$Method · 0.80
getMethod · 0.65
getQuickMethod · 0.65
addMethod · 0.65
$Method · 0.65
debugMethod · 0.65
countDownMethod · 0.65