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

Method unpersist

core/src/main/java/io/ddf/DDF.java:1134–1137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1132 }
1133
1134 @Override
1135 public void unpersist() throws DDFException {
1136 this.getManager().unpersist(this.getNamespace(), this.getName());
1137 }
1138
1139
1140 /**

Callers 1

testPersistDDFMethod · 0.95

Calls 4

getManagerMethod · 0.95
getNamespaceMethod · 0.95
getNameMethod · 0.95
unpersistMethod · 0.65

Tested by 1

testPersistDDFMethod · 0.76