Package com.linkedin.venice.fastclient
Class DispatchingVsonStoreClient<K,V>
java.lang.Object
com.linkedin.venice.fastclient.InternalAvroStoreClient<K,V>
com.linkedin.venice.fastclient.DispatchingAvroGenericStoreClient<K,V>
com.linkedin.venice.fastclient.DispatchingVsonStoreClient<K,V>
- All Implemented Interfaces:
AvroGenericReadComputeStoreClient<K,
,V> AvroGenericStoreClient<K,
,V> Closeable
,AutoCloseable
@Deprecated
public class DispatchingVsonStoreClient<K,V>
extends DispatchingAvroGenericStoreClient<K,V>
Deprecated.
This class is used to support a legacy format from Voldemort.
-
Field Summary
Fields inherited from class com.linkedin.venice.fastclient.DispatchingAvroGenericStoreClient
metadata, storeDeserializerCache
-
Constructor Summary
ConstructorDescriptionDispatchingVsonStoreClient
(StoreMetadata metadata, ClientConfig config) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected RecordDeserializer<V>
getDataRecordDeserializer
(int schemaId) Deprecated.protected RecordSerializer
getKeySerializer
(org.apache.avro.Schema keySchema) Deprecated.Methods inherited from class com.linkedin.venice.fastclient.DispatchingAvroGenericStoreClient
close, compute, get, getClientConfig, getKeySchema, getLatestValueSchema, getMultiGetResponseRecordDeserializer, getSchemaReader, getStoreMetadata, getStoreName, start, streamingBatchGet
Methods inherited from class com.linkedin.venice.fastclient.InternalAvroStoreClient
batchGet, 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, compute
Methods inherited from interface com.linkedin.venice.client.store.AvroGenericStoreClient
get
-
Constructor Details
-
DispatchingVsonStoreClient
Deprecated.
-
-
Method Details
-
getKeySerializer
Deprecated.- Overrides:
getKeySerializer
in classDispatchingAvroGenericStoreClient<K,
V>
-
getDataRecordDeserializer
Deprecated.- Overrides:
getDataRecordDeserializer
in classDispatchingAvroGenericStoreClient<K,
V>
-