Class CacheComputeMutatorFactory<K,V,O>
java.lang.Object
org.wildfly.clustering.ee.infinispan.CacheComputeMutatorFactory<K,V,O>
- Type Parameters:
K- the cache key typeV- the cache value typeO- the function operand type
- All Implemented Interfaces:
MutatorFactory<K,O>
Factory that creates compute-based Mutator instances.
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionCacheComputeMutatorFactory(org.infinispan.Cache<K, V> cache, Function<O, BiFunction<Object, V, V>> functionFactory) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.ee.MutatorFactory
createMutator
-
Constructor Details
-
CacheComputeMutatorFactory
-
-
Method Details
-
createMutator
- Specified by:
createMutatorin interfaceMutatorFactory<K,V>
-