Package com.linkedin.davinci.client
Class StatsAvroSpecificDaVinciClient<K,V extends org.apache.avro.specific.SpecificRecord>
java.lang.Object
com.linkedin.davinci.client.DelegatingAvroGenericDaVinciClient<K,V>
com.linkedin.davinci.client.StatsAvroGenericDaVinciClient<K,V>
com.linkedin.davinci.client.StatsAvroSpecificDaVinciClient<K,V>
- All Implemented Interfaces:
DaVinciClient<K,,V> AvroGenericReadComputeStoreClient<K,,V> AvroGenericStoreClient<K,,V> Closeable,AutoCloseable
public class StatsAvroSpecificDaVinciClient<K,V extends org.apache.avro.specific.SpecificRecord>
extends StatsAvroGenericDaVinciClient<K,V>
-
Constructor Summary
ConstructorsConstructorDescriptionStatsAvroSpecificDaVinciClient(AvroSpecificDaVinciClient<K, V> delegate, ClientConfig clientConfig) -
Method Summary
Methods inherited from class com.linkedin.davinci.client.StatsAvroGenericDaVinciClient
batchGet, get, getMethods inherited from class com.linkedin.davinci.client.DelegatingAvroGenericDaVinciClient
close, compute, compute, computeWithKeyPrefixFilter, getKeySchema, getLatestValueSchema, getPartitionCount, getSchemaReader, getStoreName, isProjectionFieldValidationEnabled, start, streamingBatchGet, subscribe, subscribeAll, unsubscribe, unsubscribeAllMethods 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, computeAggregationMethods inherited from interface com.linkedin.venice.client.store.AvroGenericStoreClient
streamingBatchGet
-
Constructor Details
-
StatsAvroSpecificDaVinciClient
public StatsAvroSpecificDaVinciClient(AvroSpecificDaVinciClient<K, V> delegate, ClientConfig clientConfig)
-