Uses of Interface
org.infinispan.commons.util.InjectiveFunction
-
Packages that use InjectiveFunction Package Description org.infinispan.cache.impl org.infinispan.util 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
Classes in org.infinispan.cache.impl that implement InjectiveFunction Modifier and Type Class Description class
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
EncoderKeyMapper<K>
Function
that uses a keyEncoder to converter keys from the configured storage format to the requested format. -
Uses of InjectiveFunction in org.infinispan.util
Fields in org.infinispan.util declared as InjectiveFunction Modifier and Type Field Description protected InjectiveFunction<Object,?>
CacheCollectionMapper. keyFilterMapper
Deprecated.protected InjectiveFunction<Object,?>
WriteableCacheCollectionMapper. keyFilterMapper
Constructors in org.infinispan.util with parameters of type InjectiveFunction Constructor Description CacheCollectionMapper(CacheCollection<E> realCollection, Function<? super E,? extends R> mapper, InjectiveFunction<Object,?> keyFilterMapper)
Deprecated.CacheCollection that maps entries to new type that takes a provided key filter.WriteableCacheCollectionMapper(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)
-