Package org.wildfly.clustering.ee.hotrod
Class RemoteCacheMutatorFactory<K,V>
- java.lang.Object
-
- org.wildfly.clustering.ee.hotrod.RemoteCacheMutatorFactory<K,V>
-
- All Implemented Interfaces:
MutatorFactory<K,V>
public class RemoteCacheMutatorFactory<K,V> extends Object implements MutatorFactory<K,V>
Factory for creating aMutatorfor a remote cache entry.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description RemoteCacheMutatorFactory(org.infinispan.client.hotrod.RemoteCache<K,V> cache, org.infinispan.client.hotrod.Flag[] flags)RemoteCacheMutatorFactory(org.infinispan.client.hotrod.RemoteCache<K,V> cache, org.infinispan.client.hotrod.Flag[] flags, Function<V,Duration> maxIdle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MutatorcreateMutator(K key, V value)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.wildfly.clustering.ee.MutatorFactory
createMutator
-
-
-
-
Method Detail
-
createMutator
public Mutator createMutator(K key, V value)
- Specified by:
createMutatorin interfaceMutatorFactory<K,V>
-
-