Interface AvroGenericReadComputeStoreClient<K,V>

Type Parameters:
K -
V -
All Superinterfaces:
AutoCloseable, AvroGenericStoreClient<K,V>, Closeable
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 AvroGenericReadComputeStoreClient<K,V> extends AvroGenericStoreClient<K,V>
Venice avro generic client to provide read compute operations. This interface is internal and is subject to change.