Class InternalAvroStoreClient<K,V>

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

public abstract class InternalAvroStoreClient<K,V> extends Object implements AvroGenericReadComputeStoreClient<K,V>
All the internal implementations of different tiers should extend this class. This class adds in RequestContext object for the communication among different tiers.