You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2015/12/24 16:08:49 UTC

[jira] [Created] (IGNITE-2265) Replace Atomic* variables with field updaters.

Vladimir Ozerov created IGNITE-2265:
---------------------------------------

             Summary: Replace Atomic* variables with field updaters.
                 Key: IGNITE-2265
                 URL: https://issues.apache.org/jira/browse/IGNITE-2265
             Project: Ignite
          Issue Type: Sub-task
          Components: general
    Affects Versions: ignite-1.4
            Reporter: Vladimir Ozerov
            Assignee: Vladimir Ozerov
             Fix For: 1.6


Field updaters must be used instaed of the following classes:
1) AtomicInteger
2) AtomicLong
3) AtomicReference
4) If AtomicBoolean is met in some hot spaces, it must be replaced with (int + updater) pair. 



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