Uses of Interface
org.infinispan.api.async.AsyncCacheEntryProcessor
Packages that use AsyncCacheEntryProcessor
-
Uses of AsyncCacheEntryProcessor in org.infinispan.api.async
Methods in org.infinispan.api.async with parameters of type AsyncCacheEntryProcessorModifier 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 taskdefault <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>> 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