MCPcopy Index your code
hub / github.com/questdb/questdb / setupWalApplyJob

Method setupWalApplyJob

core/src/main/java/io/questdb/ServerMain.java:130–132  ·  view source on GitHub ↗
(WorkerPool workerPool, CairoEngine engine, int sharedQueryWorkerCount)

Source from the content-addressed store, hash-verified

128
129 return new ServerMain(new Bootstrap(bootstrapConfiguration, Bootstrap.getServerMainArgs(root))) {
130 @Override
131 protected void setupWalApplyJob(WorkerPool workerPool, CairoEngine engine, int sharedQueryWorkerCount) {
132 }
133 };
134 }
135

Callers 2

configureWorkerPoolsMethod · 0.95
initializeMethod · 0.95

Calls 3

getWorkerCountMethod · 0.65
assignMethod · 0.45
freeOnExitMethod · 0.45

Tested by

no test coverage detected