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

Method closeInstance

core/src/main/java/io/questdb/log/LogFactory.java:136–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134 }
135
136 public static synchronized void closeInstance() {
137 LogFactory logFactory = INSTANCE;
138 if (logFactory != null) {
139 logFactory.close(true);
140 INSTANCE = null;
141 }
142 }
143
144 public static void configureRootDir(String rootDir) {
145 LogFactory.rootDir = rootDir;

Callers 2

mainMethod · 0.95
addShutdownHookMethod · 0.95

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected