Class EmbeddedCacheEntryComputerFactory<K,V,O>
java.lang.Object
org.wildfly.clustering.cache.infinispan.embedded.EmbeddedCacheEntryComputerFactory<K,V,O>
- Type Parameters:
K- the cache key typeV- the cache value typeO- the function operand type
- All Implemented Interfaces:
org.wildfly.clustering.cache.CacheEntryMutatorFactory<K,O>
public class EmbeddedCacheEntryComputerFactory<K,V,O>
extends Object
implements org.wildfly.clustering.cache.CacheEntryMutatorFactory<K,O>
Factory that creates compute-based Mutator instances.
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionEmbeddedCacheEntryComputerFactory(org.infinispan.Cache<K, V> cache, Function<O, BiFunction<Object, V, V>> functionFactory) -
Method Summary
Modifier and TypeMethodDescriptionorg.wildfly.clustering.cache.CacheEntryMutatorcreateMutator(K key, O operand) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.cache.CacheEntryMutatorFactory
createMutator
-
Constructor Details
-
EmbeddedCacheEntryComputerFactory
-
-
Method Details
-
createMutator
-