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

Method getOrRestoreDDFUri

core/src/main/java/io/ddf/DDFManager.java:635–635  ·  view source on GitHub ↗

@brief Restore the ddf given uri. @param ddfURI The URI of ddf. @return The ddf.

(String ddfURI)

Source from the content-addressed store, hash-verified

633 * @return The ddf.
634 */
635 public abstract DDF getOrRestoreDDFUri(String ddfURI) throws DDFException;
636
637 public abstract DDF getOrRestoreDDF(UUID uuid) throws DDFException;
638

Callers 1

describeTableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected