• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/

Lines Matching refs:newFormat

788         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.entityMeta.getPrimaryKey(), "primary key",
1031 newFormat.entityMeta.getSecondaryKeys();
1045 (this, newFormat, converter,
1053 (newFormat, oldMeta, newMeta, keyLabel, evolver)) {
1057 (newFormat, oldMeta, newMeta, evolver)) {
1065 (this, newFormat, "Error",
1076 private boolean checkSecKeyMetadata(Format newFormat,
1082 (this, newFormat,
1098 private boolean checkKeyTypeChange(Format newFormat,
1117 (this, newFormat,
1161 private int evolveAllFields(ComplexFormat newFormat, Evolver evolver) {
1173 (this, newFormat, priKeyField, newFormat.priKeyField);
1183 (secKeyFields, newFormat.secKeyFields, true,
1184 newFormat.nonKeyFields, newFormat, evolver);
1196 (nonKeyFields, newFormat.nonKeyFields, false,
1197 newFormat.secKeyFields, newFormat, evolver);
1240 ComplexFormat newFormat,
1277 (this, newFormat, deleter,
1318 (this, newFormat, deleter,
1345 (this, newFormat,
1362 newMeta = newFormat.clsMeta.getSecondaryKeys().get(newName);
1367 (newFormat, oldMeta, newMeta, evolver)) {
1397 (this, newFormat, converter,
1492 (this, newFormat,
1700 private transient Format newFormat;
1737 newFormat =
1740 newFormat =
1770 (catalog, currentRawMode, null, value, newFormat);
1795 Format newFormat,
1799 toFormatId = newFormat.getId();
1877 private transient ComplexFormat newFormat;
1906 newFormat = oldFormat.getComplexLatest();
1907 newFormat.initializeIfNeeded(catalog);
1911 for (Format format = newFormat;
1918 for (ComplexFormat format = newFormat;
1951 return newFormat.newInstance(input, rawAccess);
1958 newFormat.readPriKey(o, input, rawAccess);
1966 Accessor accessor = rawAccess ? newFormat.rawAccessor
1967 : newFormat.objAccessor;