Package com.linkedin.venice.client.store
Interface AvroSpecificStoreClient<K,V extends org.apache.avro.specific.SpecificRecord>
-
- Type Parameters:
V
-
- All Superinterfaces:
java.lang.AutoCloseable
,AvroGenericStoreClient<K,V>
,java.io.Closeable
- All Known Implementing Classes:
AvroSpecificStoreClientImpl
,DispatchingAvroSpecificStoreClient
,DualReadAvroSpecificStoreClient
,RetriableAvroSpecificStoreClient
,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
-
-