MCPcopy Create free account
hub / github.com/ddf-project/DDF / startup

Method startup

core/src/main/java/io/ddf/DDFManager.java:447–457  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

445 // ////// IDDFManager ////////
446
447 @Override
448 public void startup() {
449 try {
450 this.getNamespace(); // trigger the loading of the namespace
451
452 } catch (DDFException e) {
453 mLog.warn("Error while trying to getNamesapce()", e);
454 }
455
456 PhantomReference.register(this);
457 }
458
459 @Override
460 public void shutdown() {

Callers 1

DDFManagerMethod · 0.95

Calls 2

getNamespaceMethod · 0.95
registerMethod · 0.95

Tested by

no test coverage detected