Uses of Interface
org.apache.pulsar.broker.service.schema.SchemaCompatibilityCheck
Packages that use SchemaCompatibilityCheck
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of SchemaCompatibilityCheck in org.apache.pulsar.broker.service.schema
Classes in org.apache.pulsar.broker.service.schema that implement SchemaCompatibilityCheckModifier and TypeClassDescriptionclassSchemaCompatibilityCheckforSchemaType.AVRO.classSchemaCompatibilityCheckforSchemaType.JSON.classKeyValueSchemaCompatibilityCheckforSchemaType.KEY_VALUE.classTheSchemaCompatibilityCheckimplementation forSchemaType.PROTOBUF_NATIVE.classTheSchemaCompatibilityCheckimplementation forSchemaType.PROTOBUF.Fields in org.apache.pulsar.broker.service.schema declared as SchemaCompatibilityCheckModifier and TypeFieldDescriptionstatic final SchemaCompatibilityCheckSchemaCompatibilityCheck.DEFAULTMethods in org.apache.pulsar.broker.service.schema that return types with arguments of type SchemaCompatibilityCheckModifier and TypeMethodDescriptionstatic Map<org.apache.pulsar.common.schema.SchemaType,SchemaCompatibilityCheck> SchemaRegistryService.getCheckers(Set<String> checkerClasses) Constructor parameters in org.apache.pulsar.broker.service.schema with type arguments of type SchemaCompatibilityCheckModifierConstructorDescriptionKeyValueSchemaCompatibilityCheck(Map<org.apache.pulsar.common.schema.SchemaType, SchemaCompatibilityCheck> checkers)