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
-
Method Summary
Modifier and TypeMethodDescriptionorg.wildfly.clustering.cache.CacheEntryMutatorcreateMutator(K key, O operand) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.cache.CacheEntryMutatorFactory
createMutator
-
Method Details
-
createMutator
-