Package org.wildfly.clustering.ee.hotrod
Class RemoteCacheEntryComputeMutator<K,V>
java.lang.Object
org.wildfly.clustering.ee.hotrod.RemoteCacheEntryComputeMutator<K,V>
- Type Parameters:
K- the cache key typeV- the cache value type
- All Implemented Interfaces:
Mutator
Mutator for a cache entry using a compute function.
- Author:
- Paul Ferraro
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionRemoteCacheEntryComputeMutator(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) -
Method Summary