Uses of Interface
org.infinispan.commons.util.InjectiveFunction
Packages that use InjectiveFunction
Package
Description
General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and
collections and containers designed to supplement the JDK-provided containers.
-
Uses of InjectiveFunction in org.infinispan.cache.impl
Subinterfaces of InjectiveFunction in org.infinispan.cache.implModifier and TypeInterfaceDescriptioninterface
This is a marker interface to signal that this function may perform an encoding of the provided value.Classes in org.infinispan.cache.impl that implement InjectiveFunctionModifier 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. -
Uses of InjectiveFunction in org.infinispan.util
Fields in org.infinispan.util declared as InjectiveFunctionModifier and TypeFieldDescriptionprotected final InjectiveFunction<Object,
?> WriteableCacheCollectionMapper.keyFilterMapper
Constructors in org.infinispan.util with parameters of type InjectiveFunctionModifierConstructorDescriptionWriteableCacheCollectionMapper
(CacheCollection<E> realCollection, Function<? super E, ? extends R> toNewTypeFunction, Function<? super E, ? extends R> toNewTypeIteratorFunction, Function<? super R, ? extends E> fromNewTypeFunction, InjectiveFunction<Object, ?> keyFilterFunction) WriteableCacheCollectionMapper
(CacheCollection<E> realCollection, Function<? super E, ? extends R> toNewTypeFunction, Function<? super R, ? extends E> fromNewTypeFunction, InjectiveFunction<Object, ?> keyFilterFunction) WriteableCacheSetMapper
(CacheSet<E> realSet, InjectiveFunction<? super E, ? extends R> toNewTypeFunction, InjectiveFunction<? super E, ? extends R> toNewTypeIteratorFunction, InjectiveFunction<? super R, ? extends E> fromNewTypeFunction, InjectiveFunction<Object, ?> keyFilterFunction) WriteableCacheSetMapper
(CacheSet<E> realSet, InjectiveFunction<? super E, ? extends R> toNewTypeFunction, InjectiveFunction<? super R, ? extends E> fromNewTypeFunction, InjectiveFunction<Object, ?> keyFilterFunction)