Hello! No, it's not there. You will need to do that in Java.
Regards, -- Ilya Kasnacheev ср, 12 авг. 2020 г. в 17:16, Pavel Strashkin <[email protected]>: > I don't see it being part of REST API - is it missing indeed or my eyes > aren't that good anymore? :) > > (clients aren't Java-based - mostly node.js). > > Thanks for prompt responses. I appreciate it. > > On Wed, Aug 12, 2020 at 7:13 AM Ilya Kasnacheev <[email protected]> > wrote: > >> Hello! >> >> You need to issue atomicLong.close(). >> >> Regards, >> -- >> Ilya Kasnacheev >> >> >> ср, 12 авг. 2020 г. в 16:58, Pavel Strashkin <[email protected]>: >> >>> There are “incr” and “decr” commands for atomics exposed via REST, but >>> what if I need to delete it? >>> >>> On Wed, Aug 12, 2020 at 6:42 AM Ilya Kasnacheev < >>> [email protected]> wrote: >>> >>>> Hello! >>>> >>>> Please elaborate wrt "doesn't really remove the key". >>>> >>>> REST, etc, do not have access to system caches (where atomics are >>>> stored) neither do they have API to deal with atomics. >>>> >>>> Regards. >>>> -- >>>> Ilya Kasnacheev >>>> >>>> >>>> ср, 12 авг. 2020 г. в 08:12, Pavel Strashkin <[email protected] >>>> >: >>>> >>>>> Hi there, >>>>> >>>>> It seems atomic longs are stored in a special system cache as the >>>>> "rmv" command doesn't really remove the key. >>>>> >>>>> Is there a way to remove IgniteAtomicLong using REST API? If not - >>>>> what would it take to add such a command? Is there any other option like >>>>> thin client? >>>>> >>>>> Thanks. >>>>> >>>>
