Uses of Class
io.confluent.kafka.schemaregistry.storage.SchemaRegistryValue
Packages that use SchemaRegistryValue
Package
Description
-
Uses of SchemaRegistryValue in io.confluent.kafka.schemaregistry.storage
Subclasses of SchemaRegistryValue in io.confluent.kafka.schemaregistry.storageModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassFields in io.confluent.kafka.schemaregistry.storage with type parameters of type SchemaRegistryValueModifier and TypeFieldDescriptionprotected LookupCache<SchemaRegistryKey,SchemaRegistryValue> AbstractSchemaRegistry.lookupCacheprotected Store<SchemaRegistryKey,SchemaRegistryValue> AbstractSchemaRegistry.storeMethods in io.confluent.kafka.schemaregistry.storage that return types with arguments of type SchemaRegistryValueModifier and TypeMethodDescriptionprotected CloseableIterator<SchemaRegistryValue>AbstractSchemaRegistry.allContexts()KafkaSchemaRegistry.getKafkaStore()SchemaRegistry.getKafkaStore()AbstractSchemaRegistry.getLookupCache()SchemaRegistry.getLookupCache()KafkaSchemaRegistry.getSerializer()protected KafkaStore<SchemaRegistryKey,SchemaRegistryValue> KafkaSchemaRegistry.kafkaStore(SchemaRegistryConfig config) protected LookupCache<SchemaRegistryKey,SchemaRegistryValue> KafkaSchemaRegistry.lookupCache()Methods in io.confluent.kafka.schemaregistry.storage with parameters of type SchemaRegistryValueModifier and TypeMethodDescriptionvoidCompositeSchemaUpdateHandler.handleUpdate(SchemaRegistryKey key, SchemaRegistryValue value, SchemaRegistryValue oldValue, org.apache.kafka.common.TopicPartition tp, long offset, long timestamp) Invoked on every new schema written to the Kafka storevoidKafkaStoreMessageHandler.handleUpdate(SchemaRegistryKey key, SchemaRegistryValue value, SchemaRegistryValue oldValue, org.apache.kafka.common.TopicPartition tp, long offset, long timestamp) Invoked on every new schema written to the Kafka storeCompositeSchemaUpdateHandler.validateUpdate(SchemaRegistryKey key, SchemaRegistryValue value, org.apache.kafka.common.TopicPartition tp, long offset, long timestamp) Invoked before every new K,V pair written to the storeKafkaStoreMessageHandler.validateUpdate(SchemaRegistryKey key, SchemaRegistryValue value, org.apache.kafka.common.TopicPartition tp, long offset, long timestamp) Invoked before every new K,V pair written to the storeConstructor parameters in io.confluent.kafka.schemaregistry.storage with type arguments of type SchemaRegistryValueModifierConstructorDescriptionKafkaSchemaRegistry(SchemaRegistryConfig config, Serializer<SchemaRegistryKey, SchemaRegistryValue> serializer) KafkaStoreMessageHandler(SchemaRegistry schemaRegistry, LookupCache<SchemaRegistryKey, SchemaRegistryValue> lookupCache, IdGenerator idGenerator) -
Uses of SchemaRegistryValue in io.confluent.kafka.schemaregistry.storage.serialization
Methods in io.confluent.kafka.schemaregistry.storage.serialization that return SchemaRegistryValueModifier and TypeMethodDescriptionSchemaRegistrySerializer.deserializeValue(SchemaRegistryKey key, byte[] value) Methods in io.confluent.kafka.schemaregistry.storage.serialization with parameters of type SchemaRegistryValueModifier and TypeMethodDescriptionbyte[]SchemaRegistrySerializer.serializeValue(SchemaRegistryValue value)