Package com.linkedin.venice.client.store
Interface AvroSpecificStoreClient<K,V extends org.apache.avro.specific.SpecificRecord>
- Type Parameters:
V-
- All Superinterfaces:
AutoCloseable,AvroGenericStoreClient<K,,V> Closeable
- All Known Implementing Classes:
AvroSpecificStoreClientImpl,DispatchingAvroSpecificStoreClient,DualReadAvroSpecificStoreClient,LoadControlledAvroSpecificStoreClient,RetriableAvroSpecificStoreClient,SpecificLoggingTrackingStoreClient,SpecificRetriableStoreClient,SpecificStatTrackingStoreClient,StatsAvroSpecificStoreClient
public interface AvroSpecificStoreClient<K,V extends org.apache.avro.specific.SpecificRecord>
extends AvroGenericStoreClient<K,V>
AvroSpecificStoreClient for type safety purpose.
-
Method Summary
Methods inherited from interface com.linkedin.venice.client.store.AvroGenericStoreClient
batchGet, close, compute, get, get, getKeySchema, getLatestValueSchema, getStoreName, start, streamingBatchGet, streamingBatchGet