Uses of Class
io.confluent.kafka.schemaregistry.storage.SchemaRegistryKey
Packages that use SchemaRegistryKey
Package
Description
-
Uses of SchemaRegistryKey in io.confluent.kafka.schemaregistry.storage
Subclasses of SchemaRegistryKey in io.confluent.kafka.schemaregistry.storageModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassFields in io.confluent.kafka.schemaregistry.storage with type parameters of type SchemaRegistryKeyModifier 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 SchemaRegistryKeyModifier and TypeMethodDescriptionKafkaSchemaRegistry.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 SchemaRegistryKeyModifier and TypeMethodDescriptionintAssociationKey.compareTo(SchemaRegistryKey o) intContextKey.compareTo(SchemaRegistryKey o) intSchemaKey.compareTo(SchemaRegistryKey o) intSchemaRegistryKey.compareTo(SchemaRegistryKey otherKey) intSubjectKey.compareTo(SchemaRegistryKey o) voidCompositeSchemaUpdateHandler.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 SchemaRegistryKeyModifierConstructorDescriptionKafkaSchemaRegistry(SchemaRegistryConfig config, Serializer<SchemaRegistryKey, SchemaRegistryValue> serializer) KafkaStoreMessageHandler(SchemaRegistry schemaRegistry, LookupCache<SchemaRegistryKey, SchemaRegistryValue> lookupCache, IdGenerator idGenerator) -
Uses of SchemaRegistryKey in io.confluent.kafka.schemaregistry.storage.serialization
Methods in io.confluent.kafka.schemaregistry.storage.serialization that return SchemaRegistryKeyMethods in io.confluent.kafka.schemaregistry.storage.serialization with parameters of type SchemaRegistryKeyModifier and TypeMethodDescriptionSchemaRegistrySerializer.deserializeValue(SchemaRegistryKey key, byte[] value) byte[]SchemaRegistrySerializer.serializeKey(SchemaRegistryKey key)