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

Method setDDFName

core/src/main/java/io/ddf/DDFManager.java:196–199  ·  view source on GitHub ↗
(DDF ddf, String name)

Source from the content-addressed store, hash-verified

194 }
195
196 public synchronized void setDDFName(DDF ddf, String name) throws DDFException {
197 mDDFCache.setDDFName(ddf, name);
198 mLog.info("set ddf uri : " + "ddf://" + ddf.getNamespace() + "/" + name);
199 }
200
201 public synchronized void setDDFUUID(DDF ddf, UUID uuid) throws DDFException {
202 mDDFCache.setDDFUUID(ddf, uuid);

Callers 2

testDDFMAnagerMethod · 0.95
testRenamingDDFMethod · 0.95

Calls 1

getNamespaceMethod · 0.65

Tested by 2

testDDFMAnagerMethod · 0.76
testRenamingDDFMethod · 0.76