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>
,java.io.Closeable
,java.lang.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
Constructors Constructor Description DispatchingVsonStoreClient(StoreMetadata metadata, ClientConfig config)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected 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 Detail
-
DispatchingVsonStoreClient
public DispatchingVsonStoreClient(StoreMetadata metadata, ClientConfig config)
Deprecated.
-
-
Method Detail
-
getKeySerializer
protected RecordSerializer getKeySerializer(org.apache.avro.Schema keySchema)
Deprecated.- Overrides:
getKeySerializer
in classDispatchingAvroGenericStoreClient<K,V>
-
getDataRecordDeserializer
protected RecordDeserializer<V> getDataRecordDeserializer(int schemaId)
Deprecated.- Overrides:
getDataRecordDeserializer
in classDispatchingAvroGenericStoreClient<K,V>
-
-