Searched refs:getDeletedTypes (Results 1 – 6 of 6) sorted by relevance
48 assertThat(original.getDeletedTypes()).containsExactly("delete1"); in testRebuild()62 assertThat(original.getDeletedTypes()).containsExactly("delete1"); in testRebuild()67 assertThat(rebuild.getDeletedTypes()).containsExactly("delete1", "delete2"); in testRebuild()
108 public Set<String> getDeletedTypes() { in getDeletedTypes() method in SetSchemaResponse173 .addDeletedTypes(getDeletedTypes()) in toBuilder()
83 Set<String> unmigratedDeletedTypes = new ArraySet<>(setSchemaResponse.getDeletedTypes()); in checkDeletedAndIncompatibleAfterMigration()
709 setSchemaResponse.getDeletedTypes(), in setSchemaNoMigrations()821 || !setSchemaResponse.getDeletedTypes().isEmpty()) { in setSchemaWithMigrations()
1420 assertThat(setSchemaResponse.getDeletedTypes()).containsExactly("Text"); in testSetSchema_incompatible()1478 assertThat(setSchemaResponse.getDeletedTypes()).containsExactly("Document"); in testRemoveSchema()
406 method @NonNull public java.util.Set<java.lang.String> getDeletedTypes();