Class ConcurrentMapPutFunction<K,​V>

  • Type Parameters:
    K - the map key type
    V - the map value type
    All Implemented Interfaces:
    BiConsumer<Map<K,​V>,​Map.Entry<K,​V>>, BiFunction<Object,​Map<K,​V>,​Map<K,​V>>

    public class ConcurrentMapPutFunction<K,​V>
    extends MapPutFunction<K,​V>
    Function that puts an entry into a map within a non-transactional cache.
    Author:
    Paul Ferraro
    • Constructor Detail

      • ConcurrentMapPutFunction

        public ConcurrentMapPutFunction​(K key,
                                        V value)
      • ConcurrentMapPutFunction

        public ConcurrentMapPutFunction​(Map.Entry<K,​V> operand)