You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Brandon DeVries (JIRA)" <ji...@apache.org> on 2016/04/01 20:48:25 UTC

[jira] [Created] (NIFI-1723) MapCache: add replace() method(s)

Brandon DeVries created NIFI-1723:
-------------------------------------

             Summary: MapCache: add replace() method(s)
                 Key: NIFI-1723
                 URL: https://issues.apache.org/jira/browse/NIFI-1723
             Project: Apache NiFi
          Issue Type: Improvement
            Reporter: Brandon DeVries
            Priority: Minor


>From ConcurrentHashMap\[1\], add support for replace(key, oldVal, newVal) to the MapCache / DistributedMapCacheServer.  Possibly call this "replaceOldWithNew" so we can just call replace(key, newVal) "replace".

\[1\] https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ConcurrentHashMap.html#replace-K-V-V-



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)