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>
Factory for creating a
Mutator for a remote cache entry.- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionRemoteCacheMutatorFactory(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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.ee.MutatorFactory
createMutator
-
Constructor Details
-
RemoteCacheMutatorFactory
-
RemoteCacheMutatorFactory
-
-
Method Details
-
createMutator
- Specified by:
createMutatorin interfaceMutatorFactory<K,V>
-