Uses of Enum Class
io.confluent.kafka.schemaregistry.CompatibilityPolicy
Packages that use CompatibilityPolicy
-
Uses of CompatibilityPolicy in io.confluent.kafka.schemaregistry
Methods in io.confluent.kafka.schemaregistry that return CompatibilityPolicyModifier and TypeMethodDescriptionstatic CompatibilityPolicystatic CompatibilityPolicyReturns the enum constant of this class with the specified name.static CompatibilityPolicy[]CompatibilityPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.confluent.kafka.schemaregistry with parameters of type CompatibilityPolicyModifier and TypeMethodDescriptionParsedSchema.isBackwardCompatible(CompatibilityPolicy policy, ParsedSchema previousSchema) Checks the backward compatibility between this schema and the specified schema.CompatibilityChecker.isCompatible(CompatibilityPolicy policy, ParsedSchema newSchema, List<? extends ParsedSchema> previousSchemas) ParsedSchema.isCompatible(CompatibilityLevel level, CompatibilityPolicy policy, List<ParsedSchemaHolder> previousSchemas) Checks the compatibility between this schema and the specified schemas.CompatibilityChecker.isCompatibleWithHolders(CompatibilityPolicy policy, ParsedSchema newSchema, List<ParsedSchemaHolder> previousSchemas) SchemaValidationStrategy.validate(CompatibilityPolicy policy, ParsedSchema toValidate, ParsedSchema existing) Validates that one schema is compatible with another.SchemaValidator.validate(CompatibilityPolicy policy, ParsedSchema toValidate, Iterable<ParsedSchemaHolder> existing) Validate one schema against others.