Class CacheMutatorFactory<K,V>
- java.lang.Object
-
- org.wildfly.clustering.ee.infinispan.CacheMutatorFactory<K,V>
-
- All Implemented Interfaces:
MutatorFactory<K,V>
public class CacheMutatorFactory<K,V> extends Object implements MutatorFactory<K,V>
Factory for creatingMutatorobjects for an Infinispan cache.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description CacheMutatorFactory(org.infinispan.Cache<K,V> cache)CacheMutatorFactory(org.infinispan.Cache<K,V> cache, CacheProperties properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MutatorcreateMutator(K key, V value)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.wildfly.clustering.ee.MutatorFactory
createMutator
-
-
-
-
Constructor Detail
-
CacheMutatorFactory
public CacheMutatorFactory(org.infinispan.Cache<K,V> cache, CacheProperties properties)
-
-
Method Detail
-
createMutator
public Mutator createMutator(K key, V value)
- Specified by:
createMutatorin interfaceMutatorFactory<K,V>
-
-