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>
,java.io.Closeable
,java.lang.AutoCloseable
public class StatsAvroSpecificDaVinciClient<K,V extends org.apache.avro.specific.SpecificRecord> extends StatsAvroGenericDaVinciClient<K,V>
-
-
Constructor Summary
Constructors Constructor Description StatsAvroSpecificDaVinciClient(AvroSpecificDaVinciClient<K,V> delegate, ClientConfig clientConfig)
-
Method Summary
-
Methods inherited from class com.linkedin.davinci.client.StatsAvroGenericDaVinciClient
batchGet, get, get
-
Methods inherited from class com.linkedin.davinci.client.DelegatingAvroGenericDaVinciClient
close, compute, compute, computeWithKeyPrefixFilter, getKeySchema, getLatestValueSchema, getPartitionCount, getSchemaReader, getStoreName, isProjectionFieldValidationEnabled, start, streamingBatchGet, subscribe, subscribeAll, unsubscribe, unsubscribeAll
-
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
-
Methods inherited from interface com.linkedin.venice.client.store.AvroGenericStoreClient
streamingBatchGet
-
-
-
-
Constructor Detail
-
StatsAvroSpecificDaVinciClient
public StatsAvroSpecificDaVinciClient(AvroSpecificDaVinciClient<K,V> delegate, ClientConfig clientConfig)
-
-