Interface AvroGenericStoreClient<K,V>

Type Parameters:
V -
All Superinterfaces:
AutoCloseable, Closeable
All Known Subinterfaces:
AvroGenericReadComputeStoreClient<K,V>, AvroSpecificStoreClient<K,V>, DaVinciClient<K,V>
All Known Implementing Classes:
AbstractAvroStoreClient, AvroBlackHoleResponseStoreClientImpl, AvroGenericDaVinciClient, AvroGenericStoreClientImpl, AvroSpecificDaVinciClient, AvroSpecificStoreClientImpl, DelegatingAvroGenericDaVinciClient, DelegatingAvroStoreClient, DelegatingStoreClient, DispatchingAvroGenericStoreClient, DispatchingAvroSpecificStoreClient, DispatchingVsonStoreClient, DualReadAvroGenericStoreClient, DualReadAvroSpecificStoreClient, InternalAvroStoreClient, InternalAvroStoreClient, RetriableAvroGenericStoreClient, RetriableAvroSpecificStoreClient, RetriableStoreClient, SpecificRetriableStoreClient, SpecificStatTrackingStoreClient, StatsAvroGenericDaVinciClient, StatsAvroGenericStoreClient, StatsAvroSpecificDaVinciClient, StatsAvroSpecificStoreClient, StatTrackingStoreClient, VsonGenericStoreClientImpl

public interface AvroGenericStoreClient<K,V> extends Closeable
Venice avro generic client to communicate with Venice backend for key-value lookup.