Uses of Interface
org.apache.pulsar.broker.service.schema.SchemaCompatibilityCheck
-
Packages that use SchemaCompatibilityCheck Package Description org.apache.pulsar.broker.service.schema 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 SchemaCompatibilityCheck Modifier and Type Class Description classAvroSchemaCompatibilityCheckSchemaCompatibilityCheckforSchemaType.AVRO.classJsonSchemaCompatibilityCheckSchemaCompatibilityCheckforSchemaType.JSON.classKeyValueSchemaCompatibilityCheckKeyValueSchemaCompatibilityCheckforSchemaType.KEY_VALUE.classProtobufNativeSchemaCompatibilityCheckTheSchemaCompatibilityCheckimplementation forSchemaType.PROTOBUF_NATIVE.classProtobufSchemaCompatibilityCheckTheSchemaCompatibilityCheckimplementation forSchemaType.PROTOBUF.Fields in org.apache.pulsar.broker.service.schema declared as SchemaCompatibilityCheck Modifier and Type Field Description static SchemaCompatibilityCheckSchemaCompatibilityCheck. DEFAULTMethods in org.apache.pulsar.broker.service.schema that return types with arguments of type SchemaCompatibilityCheck Modifier and Type Method Description static java.util.Map<org.apache.pulsar.common.schema.SchemaType,SchemaCompatibilityCheck>SchemaRegistryService. getCheckers(java.util.Set<java.lang.String> checkerClasses)Constructor parameters in org.apache.pulsar.broker.service.schema with type arguments of type SchemaCompatibilityCheck Constructor Description KeyValueSchemaCompatibilityCheck(java.util.Map<org.apache.pulsar.common.schema.SchemaType,SchemaCompatibilityCheck> checkers)
-