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

Method newDDF

core/src/main/java/io/ddf/DDFManager.java:364–373  ·  view source on GitHub ↗
(DDFManager manager, Object data, Class<?>[] typeSpecs,
                    String namespace, String name, Schema schema)

Source from the content-addressed store, hash-verified

362
363 // TODO: For back compatability.
364 public DDF newDDF(DDFManager manager, Object data, Class<?>[] typeSpecs,
365 String namespace, String name, Schema schema) throws DDFException {
366 DDF ddf = this.newDDF(new Class<?>[] { DDFManager.class, Object.class,
367 Class[].class, String.class, String.class, Schema
368 .class },
369 new Object[] { manager, data, typeSpecs,
370 namespace, name,
371 schema });
372 return ddf;
373 }
374
375 public DDF newDDF(Object data, Class<?>[] typeSpecs,
376 String namespace, String name, Schema schema)

Callers 11

residualsMethod · 0.95
testRegisterMethod · 0.95
testRepresentDDFMethod · 0.95
testNewRepHandlerMethod · 0.95
testPersistenceDirMethod · 0.95
testPersistDDFMethod · 0.95
getDummyDDFMethod · 0.95
getTestDDFMethod · 0.45
testCreateDDFMethod · 0.45
getTestDDFMethod · 0.45
initializeMethod · 0.45

Calls 6

getPersistenceHandlerMethod · 0.95
addDDFMethod · 0.95
newInstanceMethod · 0.80
setPersistableMethod · 0.65
getEngineMethod · 0.65

Tested by 8

testRegisterMethod · 0.76
testRepresentDDFMethod · 0.76
testNewRepHandlerMethod · 0.76
testPersistenceDirMethod · 0.76
testPersistDDFMethod · 0.76
getTestDDFMethod · 0.36
testCreateDDFMethod · 0.36
getTestDDFMethod · 0.36