Uses of Class
org.wildfly.clustering.ee.cache.function.MapPutFunction
-
Packages that use MapPutFunction Package Description org.wildfly.clustering.ee.cache.function -
-
Uses of MapPutFunction in org.wildfly.clustering.ee.cache.function
Subclasses of MapPutFunction in org.wildfly.clustering.ee.cache.function Modifier and Type Class Description classConcurrentMapPutFunction<K,V>Function that puts an entry into a map within a non-transactional cache.classCopyOnWriteMapPutFunction<K,V>Function that puts an entry into a map within a transactional cache.
-