Searched refs:newFormats (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DCatalog.java78 Format createFormat(String clsName, Map<String,Format> newFormats); argument
83 Format createFormat(Class type, Map<String,Format> newFormats); argument
H A DReadOnlyCatalog.java68 public Format createFormat(String clsName, Map<String,Format> newFormats) { argument
72 public Format createFormat(Class type, Map<String,Format> newFormats) { argument
H A DNonPersistentFormat.java34 Map<String,Format> newFormats) {
33 collectRelatedFormats(Catalog catalog, Map<String,Format> newFormats) argument
H A DFieldInfo.java82 Map<String,Format> newFormats) {
83 format = catalog.createFormat(cls, newFormats);
81 collectRelatedFormats(Catalog catalog, Map<String,Format> newFormats) argument
H A DPersistCatalog.java337 Map<String,Format> newFormats = new HashMap<String,Format>();
339 createFormat(className, newFormats);
348 (this, storePrefix, mutations, newFormats, forceEvolution,
368 * old formats were removed from the newFormats map above.
370 for (Format newFormat : newFormats.values()) {
385 newFormats.size() > 0 ||
392 " newFormats.size=" + newFormats.size() +
538 public Format createFormat(String clsName, Map<String,Format> newFormats) { argument
546 return createFormat(type, newFormats);
554 createFormat(Class type, Map<String,Format> newFormats) argument
[all...]
H A DEvolver.java45 private Map<String,Format> newFormats; field in class:Evolver
61 Map<String,Format> newFormats,
67 this.newFormats = newFormats;
328 newFormat = catalog.createFormat(newClass, newFormats);
352 assert newFormats.containsValue(newFormat);
356 assert !newFormats.containsValue(newFormat);
463 newFormats.remove(newFormat.getClassName());
58 Evolver(PersistCatalog catalog, String storePrefix, Mutations mutations, Map<String,Format> newFormats, boolean forceEvolution, boolean disallowClassChanges) argument
H A DObjectArrayFormat.java68 Map<String,Format> newFormats) {
70 catalog.createFormat(cls, newFormats);
67 collectRelatedFormats(Catalog catalog, Map<String,Format> newFormats) argument
H A DProxiedFormat.java63 Map<String,Format> newFormats) {
66 catalog.createFormat(proxyClassName, newFormats);
62 collectRelatedFormats(Catalog catalog, Map<String,Format> newFormats) argument
H A DPrimitiveArrayFormat.java51 Map<String,Format> newFormats) {
50 collectRelatedFormats(Catalog catalog, Map<String,Format> newFormats) argument
H A DCompositeKeyFormat.java173 Map<String,Format> newFormats) {
176 field.collectRelatedFormats(catalog, newFormats);
172 collectRelatedFormats(Catalog catalog, Map<String,Format> newFormats) argument
H A DEnumFormat.java58 Map<String,Format> newFormats) {
57 collectRelatedFormats(Catalog catalog, Map<String,Format> newFormats) argument
H A DSimpleCatalog.java241 public Format createFormat(String clsName, Map<String,Format> newFormats) { argument
245 public Format createFormat(Class type, Map<String,Format> newFormats) { argument
H A DFormat.java758 Map<String,Format> newFormats);
757 collectRelatedFormats(Catalog catalog, Map<String,Format> newFormats) argument
H A DComplexFormat.java241 Map<String,Format> newFormats) {
245 priKeyField.collectRelatedFormats(catalog, newFormats);
248 field.collectRelatedFormats(catalog, newFormats);
251 field.collectRelatedFormats(catalog, newFormats);
261 catalog.createFormat(elemCls, newFormats);
268 Format superFormat = catalog.createFormat(superCls, newFormats);
279 catalog.createFormat(proxiedClsName, newFormats);
240 collectRelatedFormats(Catalog catalog, Map<String,Format> newFormats) argument
H A DSimpleFormat.java59 Map<String,Format> newFormats) {
58 collectRelatedFormats(Catalog catalog, Map<String,Format> newFormats) argument

Completed in 112 milliseconds