Uses of Interface
io.confluent.kafka.schemaregistry.storage.Store
Packages that use Store
-
Uses of Store in io.confluent.kafka.schemaregistry.storage
Subinterfaces of Store in io.confluent.kafka.schemaregistry.storageModifier and TypeInterfaceDescriptioninterfaceLookupCache<K,V> Internal interface that provides various indexed methods that help lookup the underlying schemas.Classes in io.confluent.kafka.schemaregistry.storage that implement StoreModifier and TypeClassDescriptionclassInMemoryCache<K,V> In-memory store based on mapsclassKafkaStore<K,V> Fields in io.confluent.kafka.schemaregistry.storage declared as StoreModifier and TypeFieldDescriptionprotected Store<SchemaRegistryKey,SchemaRegistryValue> AbstractSchemaRegistry.storeConstructors in io.confluent.kafka.schemaregistry.storage with parameters of type StoreModifierConstructorDescriptionKafkaStore(SchemaRegistryConfig config, StoreUpdateHandler<K, V> storeUpdateHandler, Serializer<K, V> serializer, Store<K, V> localStore, K noopKey) KafkaStoreReaderThread(String bootstrapBrokers, String topic, String groupId, StoreUpdateHandler<K, V> storeUpdateHandler, Serializer<K, V> serializer, Store<K, V> localStore, org.apache.kafka.clients.producer.Producer<byte[], byte[]> producer, K noopKey, AtomicBoolean initialized, SchemaRegistryConfig config)