[infinispan-issues] [JBoss JIRA] Updated: (ISPN-924) Support Atomic arithmetic operations in the API
Manik Surtani (JIRA)
jira-events at lists.jboss.org
Thu Jun 23 10:04:23 EDT 2011
[ https://issues.jboss.org/browse/ISPN-924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Manik Surtani updated ISPN-924:
-------------------------------
Fix Version/s: 5.2.0.Final
(was: 5.1.0.BETA1)
(was: 5.1.0.Final)
> Support Atomic arithmetic operations in the API
> -----------------------------------------------
>
> Key: ISPN-924
> URL: https://issues.jboss.org/browse/ISPN-924
> Project: Infinispan
> Issue Type: Feature Request
> Components: Core API
> Reporter: Erik Salter
> Assignee: Manik Surtani
> Fix For: 5.2.0.Final
>
>
> It would be useful if Infinispan supported cluster-wide atomic operations for java.lang.Number types in the API -- similar to the AtomicX API in Java.
> Right now, to cobble this functionality, we'd need to do something like:
> - Start a tx
> - Single-lock a key
> - Get and increment
> - Commit
> - And, of course, handle the cache exceptions =)
--
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