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 2016/03/31 13:36:25 UTC

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

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

Vladimir Ozerov updated IGNITE-2265:
------------------------------------
    Labels: performance  (was: )

> 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
>              Labels: performance
>             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)