Class RemoteCacheMutatorFactory<K,​V>

  • All Implemented Interfaces:
    MutatorFactory<K,​V>

    public class RemoteCacheMutatorFactory<K,​V>
    extends Object
    implements MutatorFactory<K,​V>
    Factory for creating a Mutator for a remote cache entry.
    Author:
    Paul Ferraro
    • Constructor Detail

      • RemoteCacheMutatorFactory

        public RemoteCacheMutatorFactory​(org.infinispan.client.hotrod.RemoteCache<K,​V> cache,
                                         org.infinispan.client.hotrod.Flag[] flags)
      • RemoteCacheMutatorFactory

        public RemoteCacheMutatorFactory​(org.infinispan.client.hotrod.RemoteCache<K,​V> cache,
                                         org.infinispan.client.hotrod.Flag[] flags,
                                         Function<V,​Duration> maxIdle)