Package org.wildfly.clustering.ee.hotrod
Class RemoteCacheEntryComputeMutator<K,V>
- java.lang.Object
-
- org.wildfly.clustering.ee.hotrod.RemoteCacheEntryComputeMutator<K,V>
-
-
Constructor Summary
Constructors Constructor Description RemoteCacheEntryComputeMutator(org.infinispan.client.hotrod.RemoteCache<K,V> cache, org.infinispan.client.hotrod.Flag[] flags, K key, BiFunction<Object,V,V> function)RemoteCacheEntryComputeMutator(org.infinispan.client.hotrod.RemoteCache<K,V> cache, org.infinispan.client.hotrod.Flag[] flags, K key, BiFunction<Object,V,V> function, Supplier<Duration> maxIdle)
-