Uses of Interface
org.infinispan.cache.impl.EncodingFunction
-
Packages that use EncodingFunction Package Description org.infinispan.cache.impl -
-
Uses of EncodingFunction in org.infinispan.cache.impl
Classes in org.infinispan.cache.impl that implement EncodingFunction Modifier and Type Class Description classEncoderEntryMapper<K,V,T extends Map.Entry<K,V>>Functionthat uses an encoder to converter entries from the configured storage format to the requested format.classEncoderKeyMapper<K>Functionthat uses a keyEncoder to converter keys from the configured storage format to the requested format.classEncoderValueMapper<V>Functionthat uses a valueEncoder to converter values from the configured storage format to the requested format.
-