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

Method ServerMain

core/src/main/java/io/questdb/ServerMain.java:83–85  ·  view source on GitHub ↗
(String... args)

Source from the content-addressed store, hash-verified

81 private PGServer pgServer;
82
83 public ServerMain(String... args) {
84 this(new Bootstrap(args));
85 }
86
87 public ServerMain(final Bootstrap bootstrap) {
88 this.bootstrap = bootstrap;

Callers

nothing calls this directly

Calls 7

freeOnExitMethod · 0.95
initMethod · 0.95
getFactoryProviderMethod · 0.95
freeMethod · 0.95
newCairoEngineMethod · 0.80
getConfigurationMethod · 0.65
loadMethod · 0.65

Tested by

no test coverage detected