Searched refs:newFormat (Results 1 - 12 of 12) 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 DEvolver.java162 Format newFormat,
171 getClassVersionLabel(newFormat, " to") +
179 Format newFormat,
185 getClassVersionLabel(newFormat, " New") +
193 Format newFormat,
198 getClassVersionLabel(newFormat, " to") +
323 Format newFormat;
328 newFormat = catalog.createFormat(newClass, newFormats);
329 assert newFormat != oldFormat : newFormat
161 addEvolveError(Format oldFormat, Format newFormat, String scenario, String error) argument
178 addInvalidMutation(Format oldFormat, Format newFormat, Mutation mutation, String error) argument
192 addMissingMutation(Format oldFormat, Format newFormat, String error) argument
444 useOldFormat(Format oldFormat, Format newFormat) argument
472 useEvolvedFormat(Format oldFormat, Reader evolveReader, Format newFormat) argument
482 applyRenamer(Renamer renamer, Format oldFormat, Format newFormat) argument
517 renameSecondaryDatabase(Format oldFormat, Format newFormat, String oldKeyName, String newKeyName) argument
528 applyDeleter(Deleter deleter, Format oldFormat, Format newFormat) argument
566 applyConverter(Converter converter, Format oldFormat, Format newFormat) argument
581 checkUpdatedVersion(Mutation mutation, Format oldFormat, Format newFormat) argument
596 checkUpdatedVersion(String scenario, Format oldFormat, Format newFormat) argument
[all...]
H A DNonPersistentFormat.java64 boolean evolve(Format newFormat, Evolver evolver) { argument
65 evolver.useOldFormat(this, newFormat);
H A DEnumFormat.java153 EnumFormat newFormat = (EnumFormat) newFormatParam;
154 if (Arrays.equals(names, newFormat.names)) {
155 evolver.useOldFormat(this, newFormat);
159 List<String> newNames = Arrays.asList(newFormat.names);
161 evolver.useEvolvedFormat(this, newFormat, newFormat);
166 (this, newFormat,
H A DProxiedFormat.java149 ProxiedFormat newFormat = (ProxiedFormat) newFormatParam;
155 (newFormat.getProxyClassName())) {
157 (this, newFormat, null,
160 newFormat.getProxyClassName());
164 evolver.useEvolvedFormat(this, this, newFormat);
166 evolver.useOldFormat(this, newFormat);
H A DCompositeKeyFormat.java291 CompositeKeyFormat newFormat = (CompositeKeyFormat) newFormatParam;
294 if (fields.size() != newFormat.fields.size()) {
296 (this, newFormat,
299 " new fields: " + newFormat.fields);
307 (this, newFormat, fields.get(i),
308 newFormat.fields.get(i));
324 evolver.useEvolvedFormat(this, newFormat, newFormat);
326 evolver.useOldFormat(this, newFormat);
H A DComplexFormat.java788 ComplexFormat newFormat = (ComplexFormat) newFormatParam;
837 Class newFormatCls = newFormat.getExistingType();
961 int result = evolveAllFields(newFormat, evolver);
976 newFormat)) {
987 (this, newFormat, oldKeyName, newKeyName);
997 evolver.useEvolvedFormat(this, reader, newFormat);
999 evolver.useOldFormat(this, newFormat);
1011 ComplexFormat newFormat = (ComplexFormat) newFormatParam;
1014 (newFormat, entityMeta.getPrimaryKey(),
1015 newFormat
1076 checkSecKeyMetadata(Format newFormat, SecondaryKeyMetadata oldMeta, SecondaryKeyMetadata newMeta, Evolver evolver) argument
1098 checkKeyTypeChange(Format newFormat, FieldMetadata oldMeta, FieldMetadata newMeta, String keyLabel, Evolver evolver) argument
1161 evolveAllFields(ComplexFormat newFormat, Evolver evolver) argument
1236 evolveFieldList(List<FieldInfo> oldFields, List<FieldInfo> newFields, boolean isOldSecKeyField, List<FieldInfo> otherNewFields, ComplexFormat newFormat, Evolver evolver) argument
1700 private transient Format newFormat; field in class:ComplexFormat.ConvertFieldReader
1794 WidenFieldReader(Format oldFormat, Format newFormat, int newFieldIndex, boolean isNewSecKeyField) argument
1877 private transient ComplexFormat newFormat; field in class:ComplexFormat.EvolveReader
[all...]
H A DObjectArrayFormat.java183 boolean evolve(Format newFormat, Evolver evolver) { argument
193 evolver.useEvolvedFormat(this, newFormat, newFormat);
195 evolver.useOldFormat(this, newFormat);
H A DFormat.java452 final void setLatestVersion(Format newFormat) { argument
460 newFormat.previousFormat = this;
463 latestFormat = newFormat;
717 abstract boolean evolve(Format newFormat, Evolver evolver); argument
723 boolean evolveMetadata(Format newFormat, argument
H A DPrimitiveArrayFormat.java127 boolean evolve(Format newFormat, Evolver evolver) { argument
128 evolver.useOldFormat(this, newFormat);
H A DPersistCatalog.java370 for (Format newFormat : newFormats.values()) {
371 addFormat(newFormat);
790 for (Format newFormat : newFormats.values()) {
791 addFormat(newFormat, newFormatList, newFormatMap);
800 for (Format newFormat : newFormats.values()) {
801 newFormat.initializeIfNeeded(newFormatCatalog);
802 newLatestFormatMap.put(newFormat.getClassName(), newFormat);
H A DSimpleFormat.java73 boolean evolve(Format newFormat, Evolver evolver) { argument
74 evolver.useOldFormat(this, newFormat);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Djdom.jarorg/ org/jdom/ org/jdom/output/ org/jdom/output/XMLOutputter.class XMLOutputter.java package org.jdom ...

Completed in 136 milliseconds