Uploaded image for project: 'Geode'
  1. Geode
  2. GEODE-1889

Remove duplicate region operations

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • regions

    Description

      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:

      create(K key, V value)
      destroy(java.lang.Object key)
      

      We should deprecate these operations and then remove them in a subsequent release.

      Attachments

        Activity

          People

            Unassigned Unassigned
            swapnil.bawaskar Swapnil Bawaskar
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: