MCPcopy 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

testFlushJobsAndCloseMethod · 0.95
closeInstanceMethod · 0.95

Calls 7

haltThreadMethod · 0.95
freeIfCloseableMethod · 0.95
freeMethod · 0.95
sizeMethod · 0.65
getMethod · 0.65
runMethod · 0.65
getQuickMethod · 0.65

Tested by 1

testFlushJobsAndCloseMethod · 0.76