Class RemoteCacheComputeMutatorFactory<K,​V,​O>

  • Type Parameters:
    K - the cache key type
    V - the cache value type
    O - the function operand type
    All Implemented Interfaces:
    MutatorFactory<K,​O>

    public class RemoteCacheComputeMutatorFactory<K,​V,​O>
    extends Object
    implements MutatorFactory<K,​O>
    Factory that creates compute-based Mutator instances.
    Author:
    Paul Ferraro
    • Constructor Detail

      • RemoteCacheComputeMutatorFactory

        public RemoteCacheComputeMutatorFactory​(org.infinispan.client.hotrod.RemoteCache<K,​V> cache,
                                                org.infinispan.client.hotrod.Flag[] flags,
                                                Function<O,​BiFunction<Object,​V,​V>> functionFactory)