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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/persist/impl/
H A DComparatorCatalog.java54 public Format createFormat(final String clsName, method in class:ComparatorCatalog
56 return simpleCatalog.createFormat(clsName, newFormats);
59 public Format createFormat(final Class type, method in class:ComparatorCatalog
61 return simpleCatalog.createFormat(type, newFormats);
H A DCatalog.java80 * @see PersistCatalog#createFormat
82 Format createFormat(String clsName, Map<String,Format> newFormats); method in interface:Catalog
85 * @see PersistCatalog#createFormat
87 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.java131 format = catalog.createFormat(cls, newFormats);
H A DObjectArrayFormat.java71 catalog.createFormat(cls, newFormats);
H A DProxiedFormat.java67 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.java354 createFormat(className, newFormats);
551 * calls createFormat with the class object.
553 public Format createFormat(String clsName, Map<String,Format> newFormats) { method in class:PersistCatalog
561 return createFormat(type, newFormats);
570 public Format createFormat(Class type, Map<String,Format> newFormats) { method in class:PersistCatalog
840 format = createFormat(cls, newFormats);
H A DComplexFormat.java283 catalog.createFormat(elemCls, newFormats);
290 Format superFormat = catalog.createFormat(superCls, newFormats);
301 catalog.createFormat(proxiedClsName, newFormats);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/persist/impl/
H A DComparatorCatalog.java54 public Format createFormat(final String clsName, method in class:ComparatorCatalog
56 return simpleCatalog.createFormat(clsName, newFormats);
59 public Format createFormat(final Class type, method in class:ComparatorCatalog
61 return simpleCatalog.createFormat(type, newFormats);
H A DCatalog.java80 * @see PersistCatalog#createFormat
82 Format createFormat(String clsName, Map<String,Format> newFormats); method in interface:Catalog
85 * @see PersistCatalog#createFormat
87 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.java131 format = catalog.createFormat(cls, newFormats);
H A DObjectArrayFormat.java71 catalog.createFormat(cls, newFormats);
H A DProxiedFormat.java67 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.java354 createFormat(className, newFormats);
551 * calls createFormat with the class object.
553 public Format createFormat(String clsName, Map<String,Format> newFormats) { method in class:PersistCatalog
561 return createFormat(type, newFormats);
570 public Format createFormat(Class type, Map<String,Format> newFormats) { method in class:PersistCatalog
840 format = createFormat(cls, newFormats);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/persist/impl/
H A DComparatorCatalog.java54 public Format createFormat(final String clsName, method in class:ComparatorCatalog
56 return simpleCatalog.createFormat(clsName, newFormats);
59 public Format createFormat(final Class type, method in class:ComparatorCatalog
61 return simpleCatalog.createFormat(type, newFormats);
H A DCatalog.java80 * @see PersistCatalog#createFormat
82 Format createFormat(String clsName, Map<String,Format> newFormats); method in interface:Catalog
85 * @see PersistCatalog#createFormat
87 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.java131 format = catalog.createFormat(cls, newFormats);
H A DObjectArrayFormat.java71 catalog.createFormat(cls, newFormats);
H A DProxiedFormat.java67 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.java354 createFormat(className, newFormats);
551 * calls createFormat with the class object.
553 public Format createFormat(String clsName, Map<String,Format> newFormats) { method in class:PersistCatalog
561 return createFormat(type, newFormats);
570 public Format createFormat(Class type, Map<String,Format> newFormats) { method in class:PersistCatalog
840 format = createFormat(cls, newFormats);

Completed in 85 milliseconds

12