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

Method getNamespace

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

Source from the content-addressed store, hash-verified

466
467
468 @Override
469 public String getNamespace() throws DDFException {
470 if (Strings.isNullOrEmpty(mNamespace)) {
471 mNamespace = Config.getValueWithGlobalDefault(this.getEngine(), ConfigConstant.FIELD_NAMESPACE);
472 }
473
474 return mNamespace;
475 }
476
477 @Override
478 public void setNamespace(String namespace) {

Callers 1

startupMethod · 0.95

Calls 2

getEngineMethod · 0.65

Tested by

no test coverage detected