Swapnil Bawaskar created GEODE-1889: ---------------------------------------
Summary: Remove duplicate region operations Key: GEODE-1889 URL: https://issues.apache.org/jira/browse/GEODE-1889 Project: Geode Issue Type: Bug Components: regions Reporter: Swapnil Bawaskar 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) invalidate(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.3.4#6332)