• 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

162                         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.getClassName();
332 newFormat = null;
336 newFormat = null;
340 if (newFormat != null) {
351 newFormat.getPreviousVersion() == null) {
352 assert newFormats.containsValue(newFormat);
356 assert !newFormats.containsValue(newFormat);
357 /* newFormat equals oldLatestFormat and was discarded. */
358 newFormat = oldLatestFormat;
373 newFormat == oldFormat.getLatestVersion()) {
380 if (!applyRenamer(renamer, oldFormat, newFormat)) {
388 if (newFormat == null || !newFormat.isEntity()) {
390 (oldFormat, newFormat, deleter,
396 if (!oldFormat.evolveMetadata(newFormat, converter, this)) {
400 return applyConverter(converter, oldFormat, newFormat);
405 (newFormat == null) ||
406 (newFormat.isEntity() != oldFormat.isEntity());
410 (oldFormat, newFormat, deleter,
415 return applyDeleter(deleter, oldFormat, newFormat);
418 if (newFormat == null) {
420 /* FindBugs newFormat known to be null excluded. */
422 (oldFormat, newFormat, newFormatException);
425 (oldFormat, newFormat,
437 return oldFormat.evolve(newFormat, this);
444 void useOldFormat(Format oldFormat, Format newFormat) {
453 assert renamedFormat == newFormat;
455 } else if (newFormat != null &&
456 oldFormat.getVersion() != newFormat.getVersion()) {
458 useEvolvedFormat(oldFormat, newFormat, newFormat);
462 if (newFormat != null) {
463 newFormats.remove(newFormat.getClassName());
474 Format newFormat) {
476 if (newFormat != null) {
477 oldFormat.setLatestVersion(newFormat);
484 Format newFormat) {
485 if (!checkUpdatedVersion(renamer, oldFormat, newFormat)) {
489 String newClassName = newFormat.getClassName();
508 renameFormats.put(oldFormat, newFormat);
518 Format newFormat,
525 (storePrefix, newFormat.getClassName(), newKeyName));
530 Format newFormat) {
531 if (!checkUpdatedVersion(deleter, oldFormat, newFormat)) {
550 if (newFormat != null) {
551 oldFormat.setLatestVersion(newFormat);
568 Format newFormat) {
569 if (!checkUpdatedVersion(converter, oldFormat, newFormat)) {
573 useEvolvedFormat(oldFormat, reader, newFormat);
583 Format newFormat) {
584 if (newFormat != null &&
586 newFormat.getVersion() <= oldFormat.getVersion()) {
588 (oldFormat, newFormat, mutation,
598 Format newFormat) {
599 if (newFormat != null &&
601 newFormat.getVersion() <= oldFormat.getVersion()) {
603 (oldFormat, newFormat, scenario,