Uses of Interface
org.infinispan.api.sync.SyncCacheEntryProcessor
Packages that use SyncCacheEntryProcessor
-
Uses of SyncCacheEntryProcessor in org.infinispan.api.sync
Methods in org.infinispan.api.sync with parameters of type SyncCacheEntryProcessorModifier 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 processorSyncQuery.process(SyncCacheEntryProcessor<K, V, T> processor) Processes entries using anSyncCacheEntryProcessor.SyncQuery.process(SyncCacheEntryProcessor<K, V, T> processor, CacheProcessorOptions options) Processes entries using aSyncCacheEntryProcessor.default <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