Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/questdb/questdb
/ pauseThread
Method
pauseThread
core/src/main/java/io/questdb/log/LogFactory.java:719–724 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
717
}
718
719
@TestOnly
720
private
void
pauseThread() {
721
if
(running.compareAndSet(true, false)) {
722
loggingWorkerPool.pause();
723
}
724
}
725
726
private
void
setQueueDepth(
int
queueDepth) {
727
this.queueDepth = queueDepth;
Callers
1
flushJobs
Method · 0.95
Calls
1
pause
Method · 0.45
Tested by
no test coverage detected