Class DispatchingAvroGenericStoreClient<K,V>

java.lang.Object
com.linkedin.venice.fastclient.InternalAvroStoreClient<K,V>
com.linkedin.venice.fastclient.DispatchingAvroGenericStoreClient<K,V>
All Implemented Interfaces:
AvroGenericReadComputeStoreClient<K,V>, AvroGenericStoreClient<K,V>, Closeable, AutoCloseable
Direct Known Subclasses:
DispatchingAvroSpecificStoreClient, DispatchingVsonStoreClient

public class DispatchingAvroGenericStoreClient<K,V> extends InternalAvroStoreClient<K,V>
This class is in charge of routing and serialization/de-serialization.