Uses of Class
io.confluent.kafka.schemaregistry.storage.SchemaValue
Packages that use SchemaValue
Package
Description
-
Uses of SchemaValue in io.confluent.kafka.schemaregistry.id
Methods in io.confluent.kafka.schemaregistry.id with parameters of type SchemaValueModifier and TypeMethodDescriptionintIdGenerator.getMaxId(SchemaValue schema) Returns the current max id from the generatorintIncrementalIdGenerator.getMaxId(SchemaValue schema) intIdGenerator.id(SchemaValue schema) Provides the id for the schema.intIncrementalIdGenerator.id(SchemaValue schema) voidIdGenerator.schemaRegistered(SchemaKey schemaKey, SchemaValue schemaValue) Callback method that is invoked when a schema is registered.voidIncrementalIdGenerator.schemaRegistered(SchemaKey schemaKey, SchemaValue schemaValue) -
Uses of SchemaValue in io.confluent.kafka.schemaregistry.storage
Methods in io.confluent.kafka.schemaregistry.storage that return SchemaValueModifier and TypeMethodDescriptionAbstractSchemaRegistry.getSchemaValue(SchemaKey key) SchemaRegistry.getSchemaValue(SchemaKey key) LazyParsedSchemaHolder.schemaValue()SchemaValueHolder.schemaValue()Returns the schema value.Methods in io.confluent.kafka.schemaregistry.storage with parameters of type SchemaValueModifier and TypeMethodDescriptionprotected static voidKafkaStoreMessageHandler.canonicalize(SchemaProvider schemaProvider, SchemaValue schemaValue) intSchemaValue.compareTo(SchemaValue that) static MD5MD5.ofSchema(SchemaValue schema) voidInMemoryCache.schemaDeleted(SchemaKey schemaKey, SchemaValue schemaValue, SchemaValue oldSchemaValue) voidLookupCache.schemaDeleted(SchemaKey schemaKey, SchemaValue schemaValue, SchemaValue oldSchemaValue) Callback that is invoked when a schema is deleted.voidInMemoryCache.schemaRegistered(SchemaKey schemaKey, SchemaValue schemaValue, SchemaValue oldSchemaValue) voidLookupCache.schemaRegistered(SchemaKey schemaKey, SchemaValue schemaValue, SchemaValue oldSchemaValue) Callback that is invoked when a schema is registered.voidInMemoryCache.schemaTombstoned(SchemaKey schemaKey, SchemaValue schemaValue) voidLookupCache.schemaTombstoned(SchemaKey schemaKey, SchemaValue schemaValue) Callback that is invoked when a schema is tombstoned.AbstractSchemaRegistry.toSchemaEntity(SchemaValue schemaValue) SchemaRegistry.toSchemaEntity(SchemaValue schemaValue) -
Uses of SchemaValue in io.confluent.kafka.schemaregistry.storage.encoder
Methods in io.confluent.kafka.schemaregistry.storage.encoder with parameters of type SchemaValueModifier and TypeMethodDescriptionvoidMetadataEncoderService.decodeMetadata(SchemaValue schema) voidMetadataEncoderService.encodeMetadata(SchemaValue schema)