Uses of Interface
org.infinispan.api.common.process.CacheEntryProcessorResult
Packages that use CacheEntryProcessorResult
Package
Description
-
Uses of CacheEntryProcessorResult in org.infinispan.api.async
Methods in org.infinispan.api.async that return types with arguments of type CacheEntryProcessorResultModifier and TypeMethodDescriptiondefault <T> Flow.Publisher<CacheEntryProcessorResult<K, T>> Process entries using the supplied task<T> Flow.Publisher<CacheEntryProcessorResult<K, T>> AsyncCache.process(Set<K> keys, AsyncCacheEntryProcessor<K, V, T> task, CacheOptions options) Process entries using the supplied taskAsyncCacheEntryProcessor.process(Flow.Publisher<MutableCacheEntry<K, V>> entries, CacheEntryProcessorContext context) default <T> Flow.Publisher<CacheEntryProcessorResult<K, T>> AsyncQuery.process(AsyncCacheEntryProcessor<K, V, T> processor) <T> Flow.Publisher<CacheEntryProcessorResult<K, T>> AsyncQuery.process(AsyncCacheEntryProcessor<K, V, T> processor, CacheProcessorOptions options) default <T> Flow.Publisher<CacheEntryProcessorResult<K, T>> AsyncQuery.process(CacheProcessor processor) Processes entries matched by the query using a namedCacheProcessor.<T> Flow.Publisher<CacheEntryProcessorResult<K, T>> AsyncQuery.process(CacheProcessor processor, CacheProcessorOptions options) Processes entries matched by the query using a namedCacheProcessor.default <T> Flow.Publisher<CacheEntryProcessorResult<K, T>> AsyncCache.processAll(AsyncCacheEntryProcessor<K, V, T> processor) Execute aCacheProcessoron a cache<T> Flow.Publisher<CacheEntryProcessorResult<K, T>> AsyncCache.processAll(AsyncCacheEntryProcessor<K, V, T> processor, CacheProcessorOptions options) Execute aCacheProcessoron a cache -
Uses of CacheEntryProcessorResult in org.infinispan.api.common.process
Classes in org.infinispan.api.common.process that implement CacheEntryProcessorResultMethods in org.infinispan.api.common.process that return CacheEntryProcessorResultModifier and TypeMethodDescriptionstatic <K,T> CacheEntryProcessorResult <K, T> static <K,T> CacheEntryProcessorResult <K, T> CacheEntryProcessorResult.onResult(K key, T result) -
Uses of CacheEntryProcessorResult in org.infinispan.api.mutiny
Methods in org.infinispan.api.mutiny that return types with arguments of type CacheEntryProcessorResultModifier and TypeMethodDescriptiondefault <T> io.smallrye.mutiny.Multi<CacheEntryProcessorResult<K, T>> Process the specified entries using the supplied processor<T> io.smallrye.mutiny.Multi<CacheEntryProcessorResult<K, T>> MutinyCache.process(Set<K> keys, MutinyCacheEntryProcessor<K, V, T> processor, CacheOptions options) Process the specified entries using the supplied processorio.smallrye.mutiny.Multi<CacheEntryProcessorResult<K, T>> MutinyCacheEntryProcessor.process(io.smallrye.mutiny.Multi<MutableCacheEntry<K, V>> entries, CacheEntryProcessorContext context) default <T> io.smallrye.mutiny.Multi<CacheEntryProcessorResult<K, T>> MutinyQuery.process(CacheProcessor processor) Processes entries matched by the query using a namedCacheProcessor.<T> io.smallrye.mutiny.Multi<CacheEntryProcessorResult<K, T>> MutinyQuery.process(CacheProcessor processor, CacheProcessorOptions options) Processes entries matched by the query using a namedCacheProcessor.default <T> io.smallrye.mutiny.Multi<CacheEntryProcessorResult<K, T>> MutinyQuery.process(MutinyCacheEntryProcessor<K, V, T> processor) Processes entries matched by the query using aMutinyCacheEntryProcessor.<T> io.smallrye.mutiny.Multi<CacheEntryProcessorResult<K, T>> MutinyQuery.process(MutinyCacheEntryProcessor<K, V, T> processor, CacheProcessorOptions options) Processes entries matched by the query using aMutinyCacheEntryProcessor. -
Uses of CacheEntryProcessorResult in org.infinispan.api.sync
Methods in org.infinispan.api.sync that return types with arguments of type CacheEntryProcessorResultModifier and TypeMethodDescriptiondefault <T> Set<CacheEntryProcessorResult<K, T>> Process entries using the supplied processor<T> Set<CacheEntryProcessorResult<K, T>> SyncCache.process(Set<K> keys, SyncCacheEntryProcessor<K, V, T> processor, CacheProcessorOptions options) Process entries using the supplied processordefault <T> Set<CacheEntryProcessorResult<K, T>> SyncCache.processAll(SyncCacheEntryProcessor<K, V, T> processor) Process entries using the supplied processor<T> Set<CacheEntryProcessorResult<K, T>> SyncCache.processAll(SyncCacheEntryProcessor<K, V, T> processor, CacheProcessorOptions options) Process entries using the supplied processor