Class RemoteCacheEntryMutatorFactory<K,V>
java.lang.Object
org.wildfly.clustering.cache.infinispan.remote.RemoteCacheEntryMutatorFactory<K,V>
- Type Parameters:
K- the cache key typeV- the cache value type
- All Implemented Interfaces:
org.wildfly.clustering.cache.CacheEntryMutatorFactory<K,V>
public class RemoteCacheEntryMutatorFactory<K,V>
extends Object
implements org.wildfly.clustering.cache.CacheEntryMutatorFactory<K,V>
Factory for creating a
CacheEntryMutator for a remote cache entry.- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionRemoteCacheEntryMutatorFactory(org.infinispan.client.hotrod.RemoteCache<K, V> cache, org.infinispan.client.hotrod.Flag[] flags) RemoteCacheEntryMutatorFactory(org.infinispan.client.hotrod.RemoteCache<K, V> cache, org.infinispan.client.hotrod.Flag[] flags, Function<V, Duration> maxIdle) -
Method Summary
Modifier and TypeMethodDescriptionorg.wildfly.clustering.cache.CacheEntryMutatorcreateMutator(K key, V value) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.cache.CacheEntryMutatorFactory
createMutator
-
Constructor Details
-
RemoteCacheEntryMutatorFactory
-
RemoteCacheEntryMutatorFactory
-
-
Method Details
-
createMutator
-