Package org.wildfly.clustering.ee.hotrod
Class RemoteCacheComputeMutatorFactory<K,V,O>
java.lang.Object
org.wildfly.clustering.ee.hotrod.RemoteCacheComputeMutatorFactory<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
ConstructorsConstructorDescriptionRemoteCacheComputeMutatorFactory(org.infinispan.client.hotrod.RemoteCache<K, V> cache, org.infinispan.client.hotrod.Flag[] flags, 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
-
RemoteCacheComputeMutatorFactory
-
-
Method Details
-
createMutator
- Specified by:
createMutatorin interfaceMutatorFactory<K,V>
-