Uses of Class
io.confluent.kafka.schemaregistry.storage.AssociationKey
Packages that use AssociationKey
-
Uses of AssociationKey in io.confluent.kafka.schemaregistry.storage
Methods in io.confluent.kafka.schemaregistry.storage that return AssociationKeyMethods in io.confluent.kafka.schemaregistry.storage with parameters of type AssociationKeyModifier and TypeMethodDescriptionvoidInMemoryCache.associationRegistered(AssociationKey key, AssociationValue value, AssociationValue oldValue) voidLookupCache.associationRegistered(AssociationKey key, AssociationValue value, AssociationValue oldValue) Callback that is invoked when an association is registered.voidInMemoryCache.associationTombstoned(AssociationKey key, AssociationValue value) voidLookupCache.associationTombstoned(AssociationKey key, AssociationValue value) Callback that is invoked when an association is tombstoned.