Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/questdb/questdb
/ close
Method
close
core/src/main/java/io/questdb/log/LogFactory.java:244–247 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
242
}
243
244
@Override
245
public
void
close() {
246
close(false);
247
}
248
249
public
void
close(boolean flush) {
250
if
(closed.compareAndSet(false, true)) {
Callers
2
testFlushJobsAndClose
Method · 0.95
closeInstance
Method · 0.95
Calls
7
haltThread
Method · 0.95
freeIfCloseable
Method · 0.95
free
Method · 0.95
size
Method · 0.65
get
Method · 0.65
run
Method · 0.65
getQuick
Method · 0.65
Tested by
1
testFlushJobsAndClose
Method · 0.76