Roman Bielik created IGNITE-4483:
------------------------------------
Summary: REST API - AtomicLong get/set/remove
Key: IGNITE-4483
URL: https://issues.apache.org/jira/browse/IGNITE-4483
Project: Ignite
Issue Type: Improvement
Components: rest
Affects Versions: 1.8
Reporter: Roman Bielik
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.4#6332)