You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Gianfranco Murador (JIRA)" <ji...@apache.org> on 2015/06/29 11:41:04 UTC

[jira] [Updated] (IGNITE-881) Refactor ATOMIC_INCREMENT and ATOMIC_DECREMENT REST commands to use entry processor

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

Gianfranco Murador updated IGNITE-881:
--------------------------------------
    Assignee:     (was: Gianfranco Murador)

> Refactor ATOMIC_INCREMENT and ATOMIC_DECREMENT REST commands to use entry processor
> -----------------------------------------------------------------------------------
>
>                 Key: IGNITE-881
>                 URL: https://issues.apache.org/jira/browse/IGNITE-881
>             Project: Ignite
>          Issue Type: Task
>          Components: newbie
>            Reporter: Yakov Zhdanov
>
> Currently, these commands alter the state of CacheAtomicLong, but they will be more flexible if they atomically change cache key-value mapping.
> Consider the following:
> # Move handling logic to GridCacheCommandHandler
> # Whenever command is received handling node should call {{org.apache.ignite.IgniteCache#invoke(K, org.apache.ignite.cache.CacheEntryProcessor<K,V,T>, java.lang.Object...)}} to properly change the value (depending on the argument) and return result
> # If value is not a Number, error should be returned to the caller.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)