Uses of Interface
org.infinispan.api.common.process.CacheProcessorOptions
Packages that use CacheProcessorOptions
Package
Description
-
Uses of CacheProcessorOptions in org.infinispan.api.async
Methods in org.infinispan.api.async with parameters of type CacheProcessorOptionsModifier and TypeMethodDescription<T> Flow.Publisher<CacheEntryProcessorResult<K, T>> AsyncQuery.process(AsyncCacheEntryProcessor<K, V, T> processor, CacheProcessorOptions options) <T> Flow.Publisher<CacheEntryProcessorResult<K, T>> AsyncQuery.process(CacheProcessor processor, CacheProcessorOptions options) Processes entries matched by the query using a namedCacheProcessor.<T> Flow.Publisher<CacheEntryProcessorResult<K, T>> AsyncCache.processAll(AsyncCacheEntryProcessor<K, V, T> processor, CacheProcessorOptions options) Execute aCacheProcessoron a cache -
Uses of CacheProcessorOptions in org.infinispan.api.common.process
Classes in org.infinispan.api.common.process that implement CacheProcessorOptionsFields in org.infinispan.api.common.process declared as CacheProcessorOptionsModifier and TypeFieldDescriptionstatic final CacheProcessorOptionsCacheProcessorOptions.DEFAULTMethods in org.infinispan.api.common.process that return CacheProcessorOptions -
Uses of CacheProcessorOptions in org.infinispan.api.mutiny
Methods in org.infinispan.api.mutiny with parameters of type CacheProcessorOptionsModifier and TypeMethodDescription<T> io.smallrye.mutiny.Multi<CacheEntryProcessorResult<K, T>> MutinyQuery.process(CacheProcessor processor, CacheProcessorOptions options) Processes entries matched by the query using a namedCacheProcessor.<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 CacheProcessorOptions in org.infinispan.api.sync
Methods in org.infinispan.api.sync with parameters of type CacheProcessorOptionsModifier and TypeMethodDescription<T> Set<CacheEntryProcessorResult<K, T>> SyncCache.process(Set<K> keys, SyncCacheEntryProcessor<K, V, T> processor, CacheProcessorOptions options) Process entries using the supplied processorSyncQuery.process(CacheProcessor processor, CacheProcessorOptions options) Processes entries matched by the query using a namedCacheProcessor.SyncQuery.process(SyncCacheEntryProcessor<K, V, T> processor, CacheProcessorOptions options) Processes entries using aSyncCacheEntryProcessor.<T> Set<CacheEntryProcessorResult<K, T>> SyncCache.processAll(SyncCacheEntryProcessor<K, V, T> processor, CacheProcessorOptions options) Process entries using the supplied processor