Uses of Interface
org.infinispan.commands.functional.functions.InjectableComponent
-
Packages that use InjectableComponent Package Description org.infinispan.commands.functional org.infinispan.commands.functional.functions org.infinispan.stream.impl -
-
Uses of InjectableComponent in org.infinispan.commands.functional
Subinterfaces of InjectableComponent in org.infinispan.commands.functional Modifier and Type Interface Description interfaceMutation<K,V,R>Simplified version of functional command used for read-only operations after transactional modifications. -
Uses of InjectableComponent in org.infinispan.commands.functional.functions
Classes in org.infinispan.commands.functional.functions that implement InjectableComponent Modifier and Type Class Description classMergeFunction<K,V> -
Uses of InjectableComponent in org.infinispan.stream.impl
Classes in org.infinispan.stream.impl that implement InjectableComponent Modifier and Type Class Description classCacheIntermediatePublisher<R>Function that is used to encapsulate multiple intermediate operations and perform them lazily when the function is applied.classCacheStreamIntermediateReducer<R>Reducer implementation for Distributed Publisher that converts between CacheStream operations to an appropriate Reducer
-