Package com.linkedin.venice.client.store.deserialization
package com.linkedin.venice.client.store.deserialization
-
ClassDescriptionBatchDeserializer<E,
K, V> This API controls the behavior of the user payload deserialization phase of the batch get response handling.This enum 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.