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

Method unpersist

core/src/main/java/io/ddf/DDFManager.java:593–595  ·  view source on GitHub ↗
(String namespace, String name)

Source from the content-addressed store, hash-verified

591 // //// Persistence handling //////
592
593 public void unpersist(String namespace, String name) throws DDFException {
594 this.getDummyDDF().getPersistenceHandler().unpersist(namespace, name);
595 }
596
597 public static IPersistible doLoad(String uri) throws DDFException {
598 return doLoad(new PersistenceUri(uri));

Callers

nothing calls this directly

Calls 3

getDummyDDFMethod · 0.95
getPersistenceHandlerMethod · 0.80
unpersistMethod · 0.65

Tested by

no test coverage detected