Uses of Interface
org.wildfly.clustering.ee.Mutator
-
Packages that use Mutator Package Description org.wildfly.clustering.ee -
-
Uses of Mutator in org.wildfly.clustering.ee
Fields in org.wildfly.clustering.ee declared as Mutator Modifier and Type Field Description static MutatorMutator. PASSIVETrivialMutatorimplementation that does nothing.Methods in org.wildfly.clustering.ee that return Mutator Modifier and Type Method Description default MutatorMutatorFactory. createMutator(Map.Entry<K,V> entry)Creates a mutator for the specified cache entry.MutatorMutatorFactory. createMutator(K key, V value)Creates a mutator for the specified cache entry.
-