You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2017/05/10 08:14:04 UTC

[jira] [Updated] (IGNITE-4483) REST API - AtomicLong get/set/remove

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

Vladimir Ozerov updated IGNITE-4483:
------------------------------------
    Component/s:     (was: rest)
                 clients

> REST API - AtomicLong get/set/remove
> ------------------------------------
>
>                 Key: IGNITE-4483
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4483
>             Project: Ignite
>          Issue Type: Improvement
>          Components: clients
>    Affects Versions: 1.8
>            Reporter: Roman Bielik
>              Labels: REST, features
>
> The Ignite REST API lacks operations for setting and deleting a counter (atomic long). It would be also nice to have a pure get operation, but there is at least a workaround in using increment/decrement with delta = 0.
> IgniteAtomicLong.get()
> IgniteAtomicLong.getAndSet()
> IgniteAtomicLong.close()



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)