Package com.linkedin.venice.client.store.deserialization
-
Class Summary Class Description BatchDeserializer<E,K,V> This API controls the behavior of the user payload deserialization phase of the batch get response handling.BlackHoleDeserializer<E,K,V> ThisBatchDeserializer
does nothing, and always returns an empty list.BlockingDeserializer<E,K,V> ThisBatchDeserializer
does not do anything asynchronously. -
Enum Summary Enum Description BatchDeserializerType This enum controls the behavior of the user payload deserialization phase of the batch get response handling.