Class AbstractAvroStoreClient<K,V>

java.lang.Object
com.linkedin.venice.client.store.InternalAvroStoreClient<K,V>
com.linkedin.venice.client.store.AbstractAvroStoreClient<K,V>
All Implemented Interfaces:
AvroGenericReadComputeStoreClient<K,V>, AvroGenericStoreClient<K,V>, Closeable, AutoCloseable
Direct Known Subclasses:
AvroGenericStoreClientImpl, AvroSpecificStoreClientImpl

public abstract class AbstractAvroStoreClient<K,V> extends InternalAvroStoreClient<K,V>