Uses of Interface
io.confluent.kafka.schemaregistry.storage.LookupCache
Packages that use LookupCache
-
Uses of LookupCache in io.confluent.kafka.schemaregistry.storage
Classes in io.confluent.kafka.schemaregistry.storage that implement LookupCacheFields in io.confluent.kafka.schemaregistry.storage declared as LookupCacheModifier and TypeFieldDescriptionprotected LookupCache<SchemaRegistryKey,SchemaRegistryValue> AbstractSchemaRegistry.lookupCacheMethods in io.confluent.kafka.schemaregistry.storage that return LookupCacheModifier and TypeMethodDescriptionAbstractSchemaRegistry.getLookupCache()SchemaRegistry.getLookupCache()protected LookupCache<SchemaRegistryKey,SchemaRegistryValue> KafkaSchemaRegistry.lookupCache()Constructors in io.confluent.kafka.schemaregistry.storage with parameters of type LookupCacheModifierConstructorDescriptionKafkaStoreMessageHandler(SchemaRegistry schemaRegistry, LookupCache<SchemaRegistryKey, SchemaRegistryValue> lookupCache, IdGenerator idGenerator) SubjectKeyComparator(LookupCache<K, ?> lookupCache)