You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Fred Krone (JIRA)" <ji...@apache.org> on 2017/06/15 20:32:00 UTC

[jira] [Updated] (GEODE-1889) Remove duplicate region operations

     [ https://issues.apache.org/jira/browse/GEODE-1889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fred Krone updated GEODE-1889:
------------------------------
    Labels: region_interface storage_2  (was: region_interface storage_2,)

> Remove duplicate region operations
> ----------------------------------
>
>                 Key: GEODE-1889
>                 URL: https://issues.apache.org/jira/browse/GEODE-1889
>             Project: Geode
>          Issue Type: Improvement
>          Components: regions
>            Reporter: Swapnil Bawaskar
>              Labels: region_interface, storage_2
>
> Given that the region interface now implements {{java.util.concurrent.ConcurrentMap}} it now also has {{putIfAbsent(K key, V value)}} and {{remove(java.lang.Object key}} methods. This makes the following methods redundant:
> {noformat}
> create(K key, V value)
> destroy(java.lang.Object key)
> {noformat}
> We should deprecate these operations and then remove them in a subsequent release.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)