Searched refs:existingTypes (Results 1 – 2 of 2) sorted by relevance
56 Set<String> existingTypes = new ArraySet<>(existingSchemas.size()); in getActiveMigrators() local58 existingTypes.add(schema.getSchemaType()); in getActiveMigrators()66 if (existingTypes.contains(schemaType) in getActiveMigrators()
156 List<SchemaTypeConfigProto> existingTypes = in testRewriteSchema_addType() local277 existingTypes.addAll(expectedSchema.getTypesList()); in testRewriteSchema_addType()278 assertThat(existingSchemaBuilder.getTypesList()).containsExactlyElementsIn(existingTypes); in testRewriteSchema_addType()