Package com.linkedin.venice.fastclient
Class DualReadAvroSpecificStoreClient<K,V extends org.apache.avro.specific.SpecificRecord>
- java.lang.Object
-
- com.linkedin.venice.fastclient.InternalAvroStoreClient<K,V>
-
- com.linkedin.venice.fastclient.DelegatingAvroStoreClient<K,V>
-
- com.linkedin.venice.fastclient.DualReadAvroGenericStoreClient<K,V>
-
- com.linkedin.venice.fastclient.DualReadAvroSpecificStoreClient<K,V>
-
- All Implemented Interfaces:
AvroGenericReadComputeStoreClient<K,V>
,AvroGenericStoreClient<K,V>
,AvroSpecificStoreClient<K,V>
,java.io.Closeable
,java.lang.AutoCloseable
public class DualReadAvroSpecificStoreClient<K,V extends org.apache.avro.specific.SpecificRecord> extends DualReadAvroGenericStoreClient<K,V> implements AvroSpecificStoreClient<K,V>
-
-
Constructor Summary
Constructors Constructor Description DualReadAvroSpecificStoreClient(InternalAvroStoreClient<K,V> delegate, ClientConfig config)
-
Method Summary
-
Methods inherited from class com.linkedin.venice.fastclient.DualReadAvroGenericStoreClient
batchGet, get
-
Methods inherited from class com.linkedin.venice.fastclient.DelegatingAvroStoreClient
close, compute, compute, getClientConfig, getKeySchema, getLatestValueSchema, getSchemaReader, getStoreName, start, streamingBatchGet
-
Methods inherited from class com.linkedin.venice.fastclient.InternalAvroStoreClient
batchGet, compute, computeWithKeyPrefixFilter, get, isProjectionFieldValidationEnabled, streamingBatchGet, streamingBatchGet, streamingBatchGet
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.linkedin.venice.client.store.AvroGenericReadComputeStoreClient
compute, compute, compute
-
Methods inherited from interface com.linkedin.venice.client.store.AvroGenericStoreClient
batchGet, close, get, get, getKeySchema, getLatestValueSchema, getStoreName, start, streamingBatchGet, streamingBatchGet
-
-
-
-
Constructor Detail
-
DualReadAvroSpecificStoreClient
public DualReadAvroSpecificStoreClient(InternalAvroStoreClient<K,V> delegate, ClientConfig config)
-
-