Class LoadControlledAvroGenericStoreClient<K,V>

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

public class LoadControlledAvroGenericStoreClient<K,V> extends DelegatingAvroStoreClient<K,V>
This class is used to control the load on the store from the client perspective.