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
ConstructorsConstructorDescriptionDispatchingVsonStoreClient(StoreMetadata metadata, ClientConfig config) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected RecordDeserializer<V>getDataRecordDeserializer(int schemaId) Deprecated.protected RecordSerializergetKeySerializer(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, streamingBatchGetMethods inherited from class com.linkedin.venice.fastclient.InternalAvroStoreClient
batchGet, batchGet, compute, computeWithKeyPrefixFilter, get, isProjectionFieldValidationEnabled, streamingBatchGet, streamingBatchGet, streamingBatchGetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.linkedin.venice.client.store.AvroGenericReadComputeStoreClient
compute, compute, compute, compute, computeAggregationMethods inherited from interface com.linkedin.venice.client.store.AvroGenericStoreClient
get
-
Constructor Details
-
DispatchingVsonStoreClient
Deprecated.
-
-
Method Details
-
getKeySerializer
Deprecated.- Overrides:
getKeySerializerin classDispatchingAvroGenericStoreClient<K,V>
-
getDataRecordDeserializer
Deprecated.- Overrides:
getDataRecordDeserializerin classDispatchingAvroGenericStoreClient<K,V>
-