Uses of Interface
org.infinispan.commands.functional.functions.InjectableComponent
Packages that use InjectableComponent
Package
Description
-
Uses of InjectableComponent in org.infinispan.cache.impl
Classes in org.infinispan.cache.impl that implement InjectableComponentModifier and TypeClassDescriptionclassEncoderEntryMapper<K, V, T extends Map.Entry<K,V>> Functionthat uses an encoder to converter entries from the configured storage format to the requested format.classEntryFunctionEncoder<K,V, O> classKeyFunctionEncoder<I,O> -
Uses of InjectableComponent in org.infinispan.commands.functional
Subinterfaces of InjectableComponent in org.infinispan.commands.functionalModifier and TypeInterfaceDescriptioninterfaceMutation<K,V, R> Simplified version of functional command used for read-only operations after transactional modifications.Classes in org.infinispan.commands.functional that implement InjectableComponentModifier and TypeClassDescriptionstatic classMutations.ReadWrite<K,V, R> static classMutations.ReadWriteWithValue<K,V, T, R> static classMutations.Write<K,V> static classMutations.WriteWithValue<K,V, T> -
Uses of InjectableComponent in org.infinispan.commands.functional.functions
Classes in org.infinispan.commands.functional.functions that implement InjectableComponent -
Uses of InjectableComponent in org.infinispan.distribution.group.impl
Classes in org.infinispan.distribution.group.impl that implement InjectableComponent -
Uses of InjectableComponent in org.infinispan.stream.impl
Classes in org.infinispan.stream.impl that implement InjectableComponentModifier and TypeClassDescriptionfinal classFunction that is used to encapsulate multiple intermediate operations and perform them lazily when the function is applied.final classReducer implementation for Distributed Publisher that converts between CacheStream operations to an appropriate Reducer