Uses of Class
io.confluent.kafka.schemaregistry.storage.SchemaKey
Packages that use SchemaKey
-
Uses of SchemaKey in io.confluent.kafka.schemaregistry.id
Methods in io.confluent.kafka.schemaregistry.id with parameters of type SchemaKeyModifier and TypeMethodDescriptionvoidIdGenerator.schemaRegistered(SchemaKey schemaKey, SchemaValue schemaValue) Callback method that is invoked when a schema is registered.voidIncrementalIdGenerator.schemaRegistered(SchemaKey schemaKey, SchemaValue schemaValue) -
Uses of SchemaKey in io.confluent.kafka.schemaregistry.storage
Methods in io.confluent.kafka.schemaregistry.storage that return SchemaKeyModifier and TypeMethodDescriptionInMemoryCache.schemaKeyById(Integer id, String subject) LookupCache.schemaKeyById(Integer id, String subject) Provides theSchemaKeyfor the provided schema id.SchemaValue.toKey()Methods in io.confluent.kafka.schemaregistry.storage that return types with arguments of type SchemaKeyModifier and TypeMethodDescriptionAbstractSchemaRegistry.getAllSchemaKeysDescending(String subject) AbstractSchemaRegistry.getAllVersions(String subject, LookupFilter filter) SchemaRegistry.getAllVersions(String subject, LookupFilter filter) Methods in io.confluent.kafka.schemaregistry.storage with parameters of type SchemaKeyModifier and TypeMethodDescriptionAbstractSchemaRegistry.getReferencedBy(SchemaKey key, boolean lookupDeletedSchema) AbstractSchemaRegistry.getSchemaValue(SchemaKey key) SchemaRegistry.getSchemaValue(SchemaKey key) InMemoryCache.referencesSchema(SchemaKey schema) LookupCache.referencesSchema(SchemaKey schema) Returns schemas that reference the given 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.Method parameters in io.confluent.kafka.schemaregistry.storage with type arguments of type SchemaKeyModifier and TypeMethodDescriptionAbstractSchemaRegistry.isCompatible(String subject, Schema newSchema, List<SchemaKey> previousSchemas, boolean normalize) SchemaRegistry.isCompatible(String subject, Schema newSchema, List<SchemaKey> previousSchemas, boolean normalize) voidConstructors in io.confluent.kafka.schemaregistry.storage with parameters of type SchemaKeyModifierConstructorDescriptionLazyParsedSchemaHolder(SchemaRegistry schemaRegistry, SchemaKey schemaKey)