Uses of Class
io.confluent.kafka.schemaregistry.storage.AssociationValue
Packages that use AssociationValue
-
Uses of AssociationValue in io.confluent.kafka.schemaregistry.storage
Methods in io.confluent.kafka.schemaregistry.storage that return AssociationValueModifier and TypeMethodDescriptionInMemoryCache.associationByGuid(String guid) LookupCache.associationByGuid(String guid) Returns the association for the given association guid.Methods in io.confluent.kafka.schemaregistry.storage that return types with arguments of type AssociationValueModifier and TypeMethodDescriptionInMemoryCache.associationsByResourceId(String resourceId) LookupCache.associationsByResourceId(String resourceId) Returns associations for the given resource id.InMemoryCache.associationsBySubject(String subject) LookupCache.associationsBySubject(String subject) Returns associations for the given subject.static List<AssociationValue>AssociationValue.fromAssociationCreateOrUpdateRequest(String tenant, AssociationCreateOrUpdateRequest request, List<Association> oldAssociations, Set<String> assocTypesToSkip) Methods in io.confluent.kafka.schemaregistry.storage with parameters of type AssociationValueModifier 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.