Interface AvroSpecificStoreClient<K,V extends org.apache.avro.specific.SpecificRecord>

Type Parameters:
V -
All Superinterfaces:
AutoCloseable, AvroGenericStoreClient<K,V>, Closeable
All Known Implementing Classes:
AvroSpecificStoreClientImpl, DispatchingAvroSpecificStoreClient, DualReadAvroSpecificStoreClient, RetriableAvroSpecificStoreClient, SpecificRetriableStoreClient, SpecificStatTrackingStoreClient, StatsAvroSpecificStoreClient

public interface AvroSpecificStoreClient<K,V extends org.apache.avro.specific.SpecificRecord> extends AvroGenericStoreClient<K,V>
AvroSpecificStoreClient for type safety purpose.