Searched refs:shouldMigrate (Results 1 – 4 of 4) sorted by relevance
57 shouldMigrate(), in migrate()58 (shouldMigrate) -> { in migrate()59 if (!shouldMigrate) { in migrate()74 private ListenableFuture<Boolean> shouldMigrate() {
45 public abstract boolean shouldMigrate(int currentVersion, int finalVersion); in shouldMigrate() method in Migrator
67 && migrator.shouldMigrate(currentVersion, finalVersion)) { in getActiveMigrators()
350 method public abstract boolean shouldMigrate(int, int);