Class RemoteCacheEntryComputerFactory<K,V,O>

java.lang.Object
org.wildfly.clustering.cache.infinispan.remote.RemoteCacheEntryComputerFactory<K,V,O>
Type Parameters:
K - the cache key type
V - the cache value type
O - the function operand type
All Implemented Interfaces:
CacheEntryMutatorFactory<K,O>

public class RemoteCacheEntryComputerFactory<K,V,O> extends Object implements CacheEntryMutatorFactory<K,O>
Factory that creates compute-based Mutator instances.
Author:
Paul Ferraro