Uses of Interface
org.infinispan.cache.impl.EncodingFunction
Packages that use EncodingFunction
-
Uses of EncodingFunction in org.infinispan.cache.impl
Classes in org.infinispan.cache.impl that implement EncodingFunctionModifier and TypeClassDescriptionclass
EncoderEntryMapper<K,
V, T extends Map.Entry<K, V>> Function
that uses an encoder to converter entries from the configured storage format to the requested format.class
Function
that uses a keyEncoder to converter keys from the configured storage format to the requested format.class
Function
that uses a valueEncoder to converter values from the configured storage format to the requested format.