Package com.linkedin.venice.client.store
Class SpecificLoggingTrackingStoreClient<K,V extends org.apache.avro.specific.SpecificRecord>
java.lang.Object
com.linkedin.venice.client.store.InternalAvroStoreClient<K,V>
com.linkedin.venice.client.store.DelegatingStoreClient<K,V>
com.linkedin.venice.client.store.LoggingTrackingStoreClient<K,V>
com.linkedin.venice.client.store.SpecificLoggingTrackingStoreClient<K,V>
- Type Parameters:
V
-
- All Implemented Interfaces:
AvroGenericReadComputeStoreClient<K,
,V> AvroGenericStoreClient<K,
,V> AvroSpecificStoreClient<K,
,V> Closeable
,AutoCloseable
public class SpecificLoggingTrackingStoreClient<K,V extends org.apache.avro.specific.SpecificRecord>
extends LoggingTrackingStoreClient<K,V>
implements AvroSpecificStoreClient<K,V>
This class is necessary because Venice needs to maintain a separate interface:
AvroSpecificStoreClient
.-
Constructor Summary
ConstructorsConstructorDescriptionSpecificLoggingTrackingStoreClient
(InternalAvroStoreClient<K, V> innerStoreClient) -
Method Summary
Methods inherited from class com.linkedin.venice.client.store.LoggingTrackingStoreClient
batchGet, compute, get, getLoggingCallback, getRaw, handleStoreExceptionInternally, streamingBatchGet, streamingBatchGet
Methods inherited from class com.linkedin.venice.client.store.DelegatingStoreClient
close, compute, computeWithKeyPrefixFilter, get, getDeserializationExecutor, getInnerStoreClient, getKeySchema, getLatestValueSchema, getRaw, getSchemaReader, getStoreName, isProjectionFieldValidationEnabled, start, startWithExceptionThrownWhenFail
Methods inherited from class com.linkedin.venice.client.store.InternalAvroStoreClient
getStreamingCallback
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, computeAggregation
Methods inherited from interface com.linkedin.venice.client.store.AvroGenericStoreClient
batchGet, close, get, get, getKeySchema, getLatestValueSchema, getStoreName, start, streamingBatchGet, streamingBatchGet
-
Constructor Details
-
SpecificLoggingTrackingStoreClient
-