Searched refs:createFormat (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DCatalog.java76 * @see PersistCatalog#createFormat
78 Format createFormat(String clsName, Map<String,Format> newFormats); method in interface:Catalog
81 * @see PersistCatalog#createFormat
83 Format createFormat(Class type, Map<String,Format> newFormats); method in interface:Catalog
H A DReadOnlyCatalog.java68 public Format createFormat(String clsName, Map<String,Format> newFormats) { method in class:ReadOnlyCatalog
72 public Format createFormat(Class type, Map<String,Format> newFormats) { method in class:ReadOnlyCatalog
H A DFieldInfo.java83 format = catalog.createFormat(cls, newFormats);
H A DObjectArrayFormat.java70 catalog.createFormat(cls, newFormats);
H A DProxiedFormat.java66 catalog.createFormat(proxyClassName, newFormats);
H A DSimpleCatalog.java241 public Format createFormat(String clsName, Map<String,Format> newFormats) { method in class:SimpleCatalog
245 public Format createFormat(Class type, Map<String,Format> newFormats) { method in class:SimpleCatalog
H A DPersistCatalog.java339 createFormat(className, newFormats);
536 * calls createFormat with the class object.
538 public Format createFormat(String clsName, Map<String,Format> newFormats) { method in class:PersistCatalog
546 return createFormat(type, newFormats);
554 public Format createFormat(Class type, Map<String,Format> newFormats) { method in class:PersistCatalog
789 format = createFormat(cls, newFormats);
H A DComplexFormat.java261 catalog.createFormat(elemCls, newFormats);
268 Format superFormat = catalog.createFormat(superCls, newFormats);
279 catalog.createFormat(proxiedClsName, newFormats);
H A DEvolver.java328 newFormat = catalog.createFormat(newClass, newFormats);

Completed in 164 milliseconds