Class RemoteCacheEntryComputerFactory<K,V,O>
java.lang.Object
org.wildfly.clustering.cache.infinispan.remote.RemoteCacheEntryComputerFactory<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 RemoteCacheEntryComputerFactory<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
ConstructorsConstructorDescriptionRemoteCacheEntryComputerFactory(org.infinispan.client.hotrod.RemoteCache<K, V> cache, org.infinispan.client.hotrod.Flag[] flags, 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
-
RemoteCacheEntryComputerFactory
-
-
Method Details
-
createMutator
-