Uses of Enum Class
io.confluent.kafka.schemaregistry.CompatibilityLevel
Packages that use CompatibilityLevel
-
Uses of CompatibilityLevel in io.confluent.kafka.schemaregistry
Methods in io.confluent.kafka.schemaregistry that return CompatibilityLevelModifier and TypeMethodDescriptionstatic CompatibilityLevelstatic CompatibilityLevelReturns the enum constant of this class with the specified name.static CompatibilityLevel[]CompatibilityLevel.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 CompatibilityLevelModifier and TypeMethodDescriptionstatic CompatibilityCheckerCompatibilityChecker.checker(CompatibilityLevel level) ParsedSchema.isCompatible(CompatibilityLevel level, CompatibilityPolicy policy, List<ParsedSchemaHolder> previousSchemas) Checks the compatibility between this schema and the specified schemas.ParsedSchema.isCompatible(CompatibilityLevel level, List<ParsedSchemaHolder> previousSchemas) Checks the compatibility between this schema and the specified schemas.