public class RemoteCacheEntryMutator<K,V> extends Object implements org.wildfly.clustering.ee.Mutator
| Constructor and Description |
|---|
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) |
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) |
public RemoteCacheEntryMutator(org.infinispan.client.hotrod.RemoteCache<K,V> cache, Map.Entry<K,V> entry)
public RemoteCacheEntryMutator(org.infinispan.client.hotrod.RemoteCache<K,V> cache, K id, V value)
public RemoteCacheEntryMutator(org.infinispan.client.hotrod.RemoteCache<K,V> cache, Map.Entry<K,V> entry, Function<V,Duration> maxIdle)
Copyright © 2021 JBoss by Red Hat. All rights reserved.