[infinispan-issues] [JBoss JIRA] Updated: (ISPN-906) Ability to delete AtomicMaps using AtomicMapLookup

Manik Surtani (JIRA) jira-events at lists.jboss.org
Mon Jan 31 06:08:39 EST 2011


     [ https://issues.jboss.org/browse/ISPN-906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Manik Surtani updated ISPN-906:
-------------------------------

              Summary: Ability to delete AtomicMaps using AtomicMapLookup  (was: AtomicMap.deleteAtomicMap(cache, key))
               Labels: atomic_map  (was: )
        Fix Version/s: 5.0.0.BETA1
                       5.0.0.Final
    Affects Version/s: 4.2.0.Final
          Description: 
Atomic maps, once created, can only be deleted using the Cache API (e.g., {{Cache.remove(atomicMapKey)}}) which is clunky.  All interactions - creating and getting a handle on an AtomicMap - is done through {{AtomicMapLookup}}, so {{AtomicMapLookup}} should also offer a convenience method to remove AtomicMaps.

Original request:
{quote}
There seems to be no way to delete an atomic map once created. There probably should be an interceptor for this.
{quote}

  was:There seems to be no way to delete an atomic map once created. There probably should be an interceptor for this.

           Complexity: Low
          Component/s: Core API
                       Locking and Concurrency
              Affects: [Documentation (Ref Guide, User Guide, etc.)]


> Ability to delete AtomicMaps using AtomicMapLookup
> --------------------------------------------------
>
>                 Key: ISPN-906
>                 URL: https://issues.jboss.org/browse/ISPN-906
>             Project: Infinispan
>          Issue Type: Feature Request
>          Components: Core API, Locking and Concurrency
>    Affects Versions: 4.2.0.Final
>            Reporter: Patrick McFarland
>            Assignee: Manik Surtani
>              Labels: atomic_map
>             Fix For: 5.0.0.BETA1, 5.0.0.Final
>
>
> Atomic maps, once created, can only be deleted using the Cache API (e.g., {{Cache.remove(atomicMapKey)}}) which is clunky.  All interactions - creating and getting a handle on an AtomicMap - is done through {{AtomicMapLookup}}, so {{AtomicMapLookup}} should also offer a convenience method to remove AtomicMaps.
> Original request:
> {quote}
> There seems to be no way to delete an atomic map once created. There probably should be an interceptor for this.
> {quote}

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the infinispan-issues mailing list