Class KafkaStore<K,V>

java.lang.Object
io.confluent.kafka.schemaregistry.storage.KafkaStore<K,V>
All Implemented Interfaces:
Store<K,V>, AutoCloseable

public class KafkaStore<K,V> extends Object implements Store<K,V>