Package org.wildfly.clustering.ee.hotrod
Class RemoteCacheEntryMutator<K,V>
- java.lang.Object
-
- org.wildfly.clustering.ee.hotrod.RemoteCacheEntryMutator<K,V>
-
-
Constructor Summary
Constructors Constructor Description RemoteCacheEntryMutator(org.infinispan.client.hotrod.RemoteCache<K,V> cache, Map.Entry<K,V> entry)RemoteCacheEntryMutator(org.infinispan.client.hotrod.RemoteCache<K,V> cache, Map.Entry<K,V> entry, Function<V,Duration> maxIdle)RemoteCacheEntryMutator(org.infinispan.client.hotrod.RemoteCache<K,V> cache, K id, V value)RemoteCacheEntryMutator(org.infinispan.client.hotrod.RemoteCache<K,V> cache, K id, V value, Function<V,Duration> maxIdle)
-
-
-
Constructor Detail
-
RemoteCacheEntryMutator
public RemoteCacheEntryMutator(org.infinispan.client.hotrod.RemoteCache<K,V> cache, Map.Entry<K,V> entry)
-
RemoteCacheEntryMutator
public RemoteCacheEntryMutator(org.infinispan.client.hotrod.RemoteCache<K,V> cache, K id, V value)
-
RemoteCacheEntryMutator
public RemoteCacheEntryMutator(org.infinispan.client.hotrod.RemoteCache<K,V> cache, Map.Entry<K,V> entry, Function<V,Duration> maxIdle)
-
-